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
...
 
@@ -271,2 +271,7 @@ div.system-message p.system-message-title {
 

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

	
 
.navbar-brand {
...
 
@@ -365,3 +370,4 @@ 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)