Fix navbar dropdown menu colour and font size

This commit is contained in:
Joel Addison 2017-12-10 17:55:41 +10:00
parent 9f0bb9178f
commit 21e06deef0

View file

@ -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;
}