From 1ab5fa83c3b25d773b203a54e319eb71bd3a69da Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sat, 15 Feb 2014 19:15:07 +0100 Subject: Update themes: global view and not read categories Category header is better when some articles are not read --- p/themes/Origine/freshrss.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'p/themes/Origine') diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css index 80fac05cd..e605465dc 100644 --- a/p/themes/Origine/freshrss.css +++ b/p/themes/Origine/freshrss.css @@ -364,15 +364,19 @@ font-size: 120%; } #stream.global .btn:not([data-unread="0"]) { - font-weight:bold; + background: #0084CC; + color: #fff; + font-weight: bold; + text-shadow: none; } #stream.global .btn:first-child:not([data-unread="0"]):after { top: 0; right: 5px; border: 0; background: none; - color: #666; + color: #fff; font-weight: bold; box-shadow: none; + text-shadow: none; } #stream.global .box-category .feeds { display: block; -- cgit v1.2.3