1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00
This commit is contained in:
Mark Otto
2016-10-30 13:37:11 -07:00
parent 9ff198968b
commit c9dc04b4f5
16 changed files with 44 additions and 12 deletions

View File

@@ -4116,6 +4116,10 @@ tbody.collapse.active {
background-color: rgba(0, 0, 0, 0.075);
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
color: white;
@@ -4157,6 +4161,10 @@ tbody.collapse.active {
background-color: rgba(255, 255, 255, 0.075);
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.navbar-toggleable-xs::after {
content: "";
display: table;