This commit is contained in:
Mark Otto 2016-10-30 13:37:11 -07:00
parent 9ff198968b
commit c9dc04b4f5
16 changed files with 36 additions and 4 deletions

View file

@ -4388,6 +4388,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;
@ -4429,6 +4433,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;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

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;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -4388,6 +4388,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;
@ -4429,6 +4433,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;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

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;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.