diff options
Diffstat (limited to 'public/themes/default/global.css')
| -rw-r--r-- | public/themes/default/global.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/themes/default/global.css b/public/themes/default/global.css index 37192cb22..c11032f23 100644 --- a/public/themes/default/global.css +++ b/public/themes/default/global.css @@ -289,6 +289,13 @@ input, select, textarea { color: #fff; background: #BD362F; } + .nav.nav-list .item.empty a { + color: #f39c12; + } + .nav.nav-list .item.active.empty a { + color: #fff; + background: #f39c12; + } .nav.nav-list .nav-header { padding: 0 10px; |
