summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-19 19:01:06 +0100
committerAndrew Dolgov <[email protected]>2005-11-19 19:01:06 +0100
commit8dcfffd01ecffacab30f6686a419fd165f14261f (patch)
treeb318f6f6cda9f8a332098d1494ec37a7f571ccff /tt-rss.css
parent7e9a3986378cae5c60631c7c8c30dafd8785d5c2 (diff)
make #notify more noticeable
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3f56c9f8a..e6d8751b7 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -258,7 +258,8 @@ input.editbox {
#notify {
font-size : 10pt;
text-align : right;
- color : gray;
+ color : black;
+ font-weight : bold;
border-style : solid;
border-width : 0px 0px 1px 1px;
border-color : #e0e0e0;