summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
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 {