diff options
author | Friendika <info@friendika.com> | 2011-07-02 02:34:19 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-02 02:34:19 -0700 |
commit | 2d4f2f86cb9675983cc6976ddc434cc7636ec5fe (patch) | |
tree | 1702033b7203cfa4502b9e7d05579be4264414c0 | |
parent | e6aaa8b59b138f4195fb7f1e93b9b14980c309c3 (diff) | |
download | volse-hubzilla-2d4f2f86cb9675983cc6976ddc434cc7636ec5fe.tar.gz volse-hubzilla-2d4f2f86cb9675983cc6976ddc434cc7636ec5fe.tar.bz2 volse-hubzilla-2d4f2f86cb9675983cc6976ddc434cc7636ec5fe.zip |
improved group-selected highlighting
-rw-r--r-- | view/theme/duepuntozero/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index d07538b87..2b0ee93e6 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; } |