aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-02 02:34:19 -0700
committerFriendika <info@friendika.com>2011-07-02 02:34:19 -0700
commit2d4f2f86cb9675983cc6976ddc434cc7636ec5fe (patch)
tree1702033b7203cfa4502b9e7d05579be4264414c0 /view
parente6aaa8b59b138f4195fb7f1e93b9b14980c309c3 (diff)
downloadvolse-hubzilla-2d4f2f86cb9675983cc6976ddc434cc7636ec5fe.tar.gz
volse-hubzilla-2d4f2f86cb9675983cc6976ddc434cc7636ec5fe.tar.bz2
volse-hubzilla-2d4f2f86cb9675983cc6976ddc434cc7636ec5fe.zip
improved group-selected highlighting
Diffstat (limited to 'view')
-rw-r--r--view/theme/duepuntozero/style.css3
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;
}