From f407c08674e1d913192436289de75bc8bda4b5db Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 1 Oct 2006 10:08:55 +0100 Subject: gracube updates, code cleanup --- tt-rss.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 86047b182..910b9e77a 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -214,9 +214,9 @@ input.editbox { padding-left : 2px; } -.notify { - background : #fff7d5; - border : 1px solid #d7c47a; +#notify { + border-width : 1px; + border-style : solid; top : 10px; right : 35%; min-width : 30%; @@ -230,6 +230,18 @@ input.editbox { padding : 5px 5px 5px 5px; } +.notify { + border-color : #d7c47a; + background-color : #fff7d5; + color : black; +} + +.notifyError { + background-color : #ffcccc; + border-color : #ff0000; + color : black; +} + #dispSwitch { font-size : x-small; text-align : right; -- cgit v1.2.3-54-g00ecf