summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-11 20:32:34 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-11 20:32:34 +0200
commitce6b20c59e1140867f2353361d3524e3baeb4580 (patch)
tree7671d0e231ef7c2f5098a3b451b524eb536f0faa /css
parenta9fb379b370a71f268dd501bc6a4e4d04eacc500 (diff)
properly clear the query cache
Diffstat (limited to 'css')
-rw-r--r--css/feeds.css13
1 files changed, 8 insertions, 5 deletions
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 {