summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 20:58:58 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 20:58:58 +0100
commit42c329162265a17e9f8f2444de2d061fb3cfb4a5 (patch)
tree32727ebaba11ea6371596e2495ce1af83559eeef /tt-rss.css
parent0d32b41e36fffa800991267b637d9344cb88fd2e (diff)
UI improvements
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css20
1 files changed, 18 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 73c475988..d6d81777d 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -238,6 +238,18 @@ input.editbox {
vertical-align : middle;
}
+.notifyProgress {
+ border-color : #d7c47a;
+ background-color : #fff7d5;
+ color : black;
+}
+
+.notifyInfo {
+ border-color : #7AD78E;
+ background-color : #D5FFDB;
+ color : black;
+}
+
.notify {
border-color : #d7c47a;
background-color : #fff7d5;
@@ -1065,11 +1077,11 @@ a.cdmToggleLink:hover {
}
#fatal_error_msg {
- border : 1px solid #c0c0c0;
- background-color : #f0f0f0;
color : black;
padding : 10px;
font-weight : normal;
+ background-color : #ffcccc;
+ border : 1px solid #ff0000;
}
#fatal_error_msg a {
@@ -1081,6 +1093,10 @@ a.cdmToggleLink:hover {
text-decoration : underline;
}
+#fatal_error_msg img {
+ vertical-align : middle;
+}
+
#noDaemonWarning {
position : absolute;
background-color : #ecf4ff;