From e6d1c0a06a904a5fead7271cb6a1e152439fe22e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Aug 2005 10:54:21 +0100 Subject: disable some buttons in headline navbar --- tt-rss.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tt-rss.css') 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"); -- cgit v1.2.3