From cf388e8913864e62c8cbd1b2240198a0fbd7d799 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Mon, 28 Nov 2011 23:48:56 -0600 Subject: [PATCH] greader_compact: Updates for new styling --- greader_compact.css | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/greader_compact.css b/greader_compact.css index a9ed483..53556d7 100644 --- a/greader_compact.css +++ b/greader_compact.css @@ -11,20 +11,24 @@ #entries.list .entry { border-left: 2px solid #FFF !important; border-right: 2px solid #FFF !important; } #entries.list #current-entry { border-left: 2px solid #4D90F0 !important; border-right: 2px solid #4D90F0 !important; } -#entries.list #current-entry.expanded { border-color: #FFF !important; } +#entries.list #current-entry.expanded { border-color: #FFF !important; border-top: 2px solid #4D90F0 !important; } #entries.list #current-entry.expanded .entry-actions { border-bottom: 2px solid #4D90F0 !important; } -#entries.list #current-entry .collapsed { border-color: #4D90F0 !important; } -#entries.list .read .collapsed { background: #F5F5F5 !important; border-color: #F5F5F5 !important; } +#entries.list #current-entry .collapsed { border-color: #4D90F0 !important; background: #FFFFFF !important; } +#entries.list .read .collapsed, #entries.list #current-entry.read .collapsed { background: #F5F5F5 !important; border-color: #F5F5F5 !important; } #current-entry .entry-container .entry-title a, -#current-entry .entry-container a.entry-source-title, -#current-entry .entry-container a.entry-post-author-name { color: #222 !important; } + #current-entry .entry-container a.entry-source-title, + #current-entry .entry-container a.entry-post-author-name { color: #222 !important; } + +#entries.list #current-entry .collapsed, + #entries.list #current-entry.expanded .entry-container, + #entries.list #current-entry.expanded .entry-actions { border-left: 1px solid #FFF !important; } #entries.list .read .entry-main .entry-title, -#entries.list .read .entry-main .entry-source-title, -#entries.list .read .entry-date { color: #888 !important; } + #entries.list .read .entry-main .entry-source-title, + #entries.list .read .entry-date { color: #888 !important; } #entries.list #current-entry.expanded.read .entry-main .entry-title, -#entries.list #current-entry.expanded.read .entry-main .entry-source-title, -#entries.list #current-entry.expanded.read .entry-date { color: #666 !important; } + #entries.list #current-entry.expanded.read .entry-main .entry-source-title, + #entries.list #current-entry.expanded.read .entry-date { color: #666 !important; } } -- 2.43.0