From 6eb901acc84ee6c1229492222ca8d2945aaf49d0 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 7 Oct 2013 19:48:11 +0200 Subject: Améliore design colonne catégorie / flux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/default/freshrss.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'public/themes/default') diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index 3dc14814f..6eb3bc7bf 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -112,14 +112,15 @@ position: relative; } .categories .feeds { - width: 220px; - margin: 0 auto; + width: 100%; + margin: 0; list-style: none; } - .categories .feeds .item.active:after { - content: "⇢"; - line-height: 35px; - float: right; + .categories .feeds .item.active { + background: #0062BE; + } + .categories .feeds .item.active .feed { + color: #fff; } .categories .feeds .item.empty .feed { color: #e67e22; @@ -146,9 +147,12 @@ background-image: none; } .categories .feeds .item .dropdown-target:target ~ .dropdown-toggle i, - .categories .feeds .item:hover .dropdown-toggle i { + .categories .feeds .item:hover .dropdown-toggle i, + .categories .feeds .item.active .dropdown-toggle i { background-image: url("icons/configure.png"); background-image: url("icons/configure.svg"); + background-color: #fff; + border-radius: 3px; } .categories .notRead { position: absolute; -- cgit v1.2.3