From ce6b20c59e1140867f2353361d3524e3baeb4580 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 11 Apr 2013 20:32:34 +0200 Subject: properly clear the query cache --- css/feeds.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'css') diff --git a/css/feeds.css b/css/feeds.css index 245308ed2..6a35b7f69 100644 --- a/css/feeds.css +++ b/css/feeds.css @@ -114,16 +114,19 @@ button.action:hover { } .failed { - background-color: #EB9DA6 !important; + background-color: #F2FF63 !important; text-shadow: none !important; + font-weight: bold; } + .failed a:hover, + .failed:hover a { + background-color: #F2FF63 !important; + } + .failed .message { + font-weight: normal; padding: 5px 20px 5px 32px; - text-transform: none; - background-color: #E83A4E; - text-shadow: none; - color: #fefefe; } .folder .feed.failed .message { -- cgit v1.2.3