From cdad09ae2c363ee74ef7feba58e00e3500a35317 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Fri, 24 Oct 2014 14:53:38 +0200 Subject: Fix feed colors on subscription page (all themes) --- p/themes/Flat/flat.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'p/themes/Flat/flat.css') diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 46c874311..eb7737c5d 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -576,12 +576,16 @@ a.btn { .feed.item.error.active { background: #bd362f; } +.feed.item.empty, .feed.item.empty > a { color: #e67e22; } +.feed.item.error, .feed.item.error > a { color: #bd362f; } +.feed.item.empty.active, +.feed.item.error.active, .feed.item.empty.active > a, .feed.item.error.active > a { color: #fff; -- cgit v1.2.3