summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index f69d2444e..8d29213ba 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1145,3 +1145,15 @@ span.debugTS {
#backReqBox {
display : none;
}
+
+.scriptWarn:before {
+ content : "Disabled script:";
+}
+
+.scriptWarn {
+ color : white;
+ background-color : #903030;
+ border : 1px solid #601010;
+ padding : 3px;
+ font-weight : bold;
+}