From 2d4f2f86cb9675983cc6976ddc434cc7636ec5fe Mon Sep 17 00:00:00 2001 From: Friendika Date: Sat, 2 Jul 2011 02:34:19 -0700 Subject: [PATCH] improved group-selected highlighting --- view/theme/duepuntozero/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index d07538b878..2b0ee93e6e 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -251,7 +251,8 @@ div.wall-item-content-wrapper.shiny { .group-selected { padding: 3px; - border: 2px solid #CCCCCC; + border: 1px solid #CCCCCC; + background: #F8F8F8; font-weight: bold; }