Fix navbar dropdown menu colour and font size
This commit is contained in:
parent
9f0bb9178f
commit
21e06deef0
1 changed files with 7 additions and 1 deletions
|
@ -269,6 +269,11 @@ div.system-message p.system-message-title {
|
|||
line-height: 24px;
|
||||
}
|
||||
|
||||
.navbar-lca .dropdown-menu {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
height: 110px;
|
||||
padding-top: 5px;
|
||||
|
@ -363,7 +368,8 @@ div.system-message p.system-message-title {
|
|||
color: #e9e9e9 !important;
|
||||
}
|
||||
|
||||
.navbar-nav > li:nth-child(4n+3) .dropdown-menu > a {
|
||||
.navbar-nav > li:nth-child(4n+3) .dropdown-menu > a,
|
||||
.navbar-nav > li:nth-child(4n+3) .dropdown-menu > li > a {
|
||||
color: #e9e9e9 !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue