summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-22 06:23:49 +0100
committerAndrew Dolgov <[email protected]>2005-08-22 06:23:49 +0100
commit83fe4d6db52b8eca0d072f35c44b9683b10c05ed (patch)
treef649e09edf5715b7926efdef7f0c02b15d707772 /tt-rss.css
parent331900c642bbea3f8b7e242975fae4cfec459433 (diff)
basic functionality pass 11
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;
+}