Fix navlinks-parent color on small screens (#300)
* Fix navlinks-parent color on small screens * CSS Color 0.2 alpha
This commit is contained in:
parent
1bb53f44ff
commit
3cbba07b3d
@ -227,7 +227,7 @@ img {
|
|||||||
}
|
}
|
||||||
@media only screen and (max-width: 767px) {
|
@media only screen and (max-width: 767px) {
|
||||||
.navbar-custom .nav .navlinks-container.show-children {
|
.navbar-custom .nav .navlinks-container.show-children {
|
||||||
background-color: #eee;
|
background: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
.navbar-custom .nav .navlinks-container.show-children .navlinks-children {
|
.navbar-custom .nav .navlinks-container.show-children .navlinks-children {
|
||||||
display: block;
|
display: block;
|
||||||
@ -238,7 +238,7 @@ img {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.navbar-custom .nav .navlinks-container:hover {
|
.navbar-custom .nav .navlinks-container:hover {
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
.navbar-custom .nav .navlinks-container:hover .navlinks-children {
|
.navbar-custom .nav .navlinks-container:hover .navlinks-children {
|
||||||
display: block;
|
display: block;
|
||||||
@ -741,5 +741,5 @@ td.gutter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-default button.navbar-toggle[aria-expanded="true"] {
|
.navbar-default button.navbar-toggle[aria-expanded="true"] {
|
||||||
background-color: rgba(0, 0, 0, .2);
|
background-color: rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user