summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 9d38cf4a3..b1b2a23a8 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -296,9 +296,16 @@ td.notifyBox {
}
#notify {
- color : black;
- font-weight : bold;
+ background : #fff7d5;
+ border : 1px solid #d7c47a;
padding : 3px;
+ top : 2px;
+ right : 2px;
+ float : right;
+ position : absolute;
+ -moz-border-radius : 3px;
+ font-size : x-small;
+ font-weight : bold;
}
#dispSwitch {