diff options
Diffstat (limited to 'public/themes/flat-design/global.css')
| -rw-r--r-- | public/themes/flat-design/global.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/themes/flat-design/global.css b/public/themes/flat-design/global.css index e4db6c59f..56e881f26 100644 --- a/public/themes/flat-design/global.css +++ b/public/themes/flat-design/global.css @@ -275,10 +275,19 @@ input, select, textarea { .nav.nav-list .item.error a { color: #BD362F; } + .nav.nav-list .item:hover.error a, .nav.nav-list .item.active.error a { color: #fff; background: #BD362F; } + .nav.nav-list .item.empty a { + color: #f39c12; + } + .nav.nav-list .item:hover.empty a, + .nav.nav-list .item.active.empty a { + color: #fff; + background: #f39c12; + } .nav.nav-list .nav-header { padding: 0 10px; |
