summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 10:08:55 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 10:08:55 +0100
commitf407c08674e1d913192436289de75bc8bda4b5db (patch)
tree56bbebabac5179fdaac72c406eb007af197d0a16 /tt-rss.css
parent140eda6c579393373433ea87db397b46e1a37c2f (diff)
gracube updates, code cleanup
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css18
1 files changed, 15 insertions, 3 deletions
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;