summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-05 13:00:01 +0100
committerAndrew Dolgov <[email protected]>2006-08-05 13:00:01 +0100
commitd48d160c64f104785a6a52372271100e1a9803c6 (patch)
tree5a17a47f340884ca6879b51bb0acd7d73ae50169 /tt-rss.css
parent5c365f6055ffe61ddcc5f2e306499945e34ddf09 (diff)
disable scripts in rss entry content
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;
+}