summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 38187380e..63a2fc26c 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -247,4 +247,19 @@ a.button:hover {
color : black;
}
+a.buttonWarn {
+ border : 1px solid #d0d0d0;
+ background-image : url("button.png");
+ background-position : top;
+ background-repeat : repeat-x;
+ background-color : white;
+ color : black;
+ padding : 2px 10px 2px 10px;
+ font-size : small;
+}
+a.buttonWarn:hover {
+ background : #fff0f0;
+ text-decoration : none;
+ color : black;
+}