mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
Fix wrong color in mobile menu
This should fix issue #1319. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
0dfa3cc9de
commit
0654d34d60
@ -267,6 +267,11 @@ footer license-info p {
|
||||
.main-header .navbar-nav>li>a .nav-icon {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.navbar-default .navbar-toggle .icon-bar {
|
||||
background-color: #FFF;
|
||||
}
|
||||
|
||||
/* applying styles to header - end */
|
||||
|
||||
.card-list {
|
||||
|
||||
@ -6,4 +6,10 @@
|
||||
footer{
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
|
||||
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user