]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
basic functionality pass 11
[tt-rss.git] / tt-rss.css
index 38187380ef66a6615d1663755982315eb7dd9c3e..63a2fc26c84e850fffbb4959e5ca27b58ba4585c 100644 (file)
@@ -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;
+}