From f80a34ed3bc9bcf2619e8799af2947915a7cfeef Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 3 Nov 2012 10:40:04 -0500 Subject: [PATCH] greader_compact: More color tweaks * Hide the entry snippet text on expanded items. * Make the current-entry title text be a dark-blue rather than black. It's a bit easier on the eyes. --- greader_compact.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/greader_compact.css b/greader_compact.css index f9800fc..91982b5 100644 --- a/greader_compact.css +++ b/greader_compact.css @@ -19,6 +19,7 @@ #entries.list #current-entry.expanded .entry-container { background: #FFFFFF !important; } #entries.list #current-entry.expanded .collapsed { border-color: #FFFFFF !important; border-top: 2px solid #4D90F0 !important; } #entries.list #current-entry.expanded .entry-actions { border-bottom: 2px solid #4D90F0 !important; } +#entries.list #current-entry.expanded .collapsed .entry-secondary-snippet { display: none !important; } #entries.list #current-entry.expanded .collapsed, #entries.list #current-entry.expanded .entry-container, #entries.list #current-entry.expanded .entry-actions { border-right: 2px solid #FFF !important; border-left: 2px solid #FFF !important; } @@ -28,8 +29,8 @@ #entries.list .entry .entry-main .snippet, #entries.list .entry .entry-date { color: #999 !important; } -#current-entry .entry-container .entry-title a, - #current-entry .entry-container a.entry-source-title, +#current-entry .entry-container .entry-title a { color: #1859B4 !important; } +#current-entry .entry-container a.entry-source-title, #current-entry .entry-container .snippet, #current-entry .entry-container a.entry-post-author-name { color: #222 !important; } -- 2.43.0