summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 31fe9488c..0da8b1229 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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");