summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-22 10:54:21 +0100
committerAndrew Dolgov <[email protected]>2005-08-22 10:54:21 +0100
commite6d1c0a06a904a5fead7271cb6a1e152439fe22e (patch)
treeb317be4cd432f7508bb30f8bb926987a41bd775a /tt-rss.css
parent71500c400cb6a5a7478fe5b4e31c60bf3c80b90e (diff)
disable some buttons in headline navbar
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");