]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
disable some buttons in headline navbar
[tt-rss.git] / tt-rss.css
index 31fe9488c2e74ecbd4c1fed2e847fffe384c3f1f..0da8b12294e08bc0c20b6a044e07ff0e9181dd43 100644 (file)
@@ -231,6 +231,20 @@ table.prefFeedList tr.title td {
        background-color : #c0c0c0;
 }
 
+a.disabledButton {
+       border : 1px solid #d0d0d0;
+       background-color : white;
+       color : #909090;        
+       padding : 2px 10px 2px 10px;
+       font-size : small;
+}
+
+a.disabledButton:hover {
+       background : white;
+       text-decoration : none;
+       color : #909090;
+}
+
 a.button {
        border : 1px solid #d0d0d0;
        background-image : url("button.png");