Changeset - 21e06deef064
[Not reviewed]
0 1 0
Joel Addison - 7 years ago 2017-12-10 07:55:41
joel@addison.net.au
Fix navbar dropdown menu colour and font size
1 file changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/src/css/app.css
Show inline comments
...
 
@@ -270,4 +270,9 @@ div.system-message p.system-message-title {
 
}
 

	
 
.navbar-lca .dropdown-menu {
 
    font-size: 16px;
 
    line-height: 24px;
 
}
 

	
 
.navbar-brand {
 
    height: 110px;
...
 
@@ -364,5 +369,6 @@ div.system-message p.system-message-title {
 
}
 

	
 
.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;
 
}
0 comments (0 inline, 0 general)