From: Friendika Date: Sat, 2 Jul 2011 09:34:19 +0000 (-0700) Subject: improved group-selected highlighting X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2d4f2f86cb9675983cc6976ddc434cc7636ec5fe;p=friendica.git improved group-selected highlighting --- 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; }