From 83fe4d6db52b8eca0d072f35c44b9683b10c05ed Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Aug 2005 06:23:49 +0100 Subject: basic functionality pass 11 --- tt-rss.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 38187380e..63a2fc26c 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -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; +} -- cgit v1.2.3-54-g00ecf