summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2013-04-16 21:28:17 +0530
committerraghunayyar <me@iraghu.com>2013-04-16 21:28:17 +0530
commit8cd2a30fd05d878ca65f009d3daf844092f05df4 (patch)
tree53c1fe844c54cfaf08b07a8987bf3e730d9e4723 /css
parent3b425b0a46ae89e9ef0127b35563572238a1dc1c (diff)
Mild Colors Keep Unread Button.
Diffstat (limited to 'css')
-rw-r--r--css/items.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/items.css b/css/items.css
index 6d60d2f8a..9e3641d6d 100644
--- a/css/items.css
+++ b/css/items.css
@@ -306,7 +306,6 @@
display: none;
padding: .4em;
background-color: rgba(240,240,240,.9);
- font-weight: bold;
color: #555;
text-shadow: rgba(255,255,255,.9) 0 1px 0;
border: 1px solid rgba(190,190,190,.9);
@@ -346,8 +345,9 @@
display:none;
}
.feed_item .show_keep_unread li {
- border: 1px solid #1d2d44 !important;
- background: #35537a !important;
- color: #eee !important;
+ border: 1px solid #bbb !important;
+ background-color: rgba(240,240,240,.9) !important;
+ color: #555 !important;
text-shadow: #000 0 -1px 0;
+ font-weight:bold;
}