From b0809fcf5eec9d19f335bbed57102beadefba276 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 8 Oct 2013 10:56:09 +0200 Subject: Améliore affichage flux vides (voir ticket #169) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Les couleurs sont mieux gérées selon l'action --- public/themes/flat-design/global.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'public/themes/flat-design') 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; -- cgit v1.2.3