From 8cd2a30fd05d878ca65f009d3daf844092f05df4 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Tue, 16 Apr 2013 21:28:17 +0530 Subject: Mild Colors Keep Unread Button. --- css/items.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'css') 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; } -- cgit v1.2.3