summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 2a131247f..37c222810 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1061,6 +1061,15 @@ a.cdmToggleLink:hover {
font-weight : normal;
}
+#fatal_error_msg a {
+ color : red;
+}
+
+#fatal_error_msg a:hover {
+ color : red;
+ text-decoration : underline;
+}
+
#noDaemonWarning {
position : absolute;
background-color : #ecf4ff;