aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-01 06:14:15 -0700
committerFriendika <info@friendika.com>2011-07-01 06:14:15 -0700
commitb1aa77584f972b8c62fd099fa7fe08c36201b631 (patch)
tree0ffed6312a8f664ac14959b9a6e279d35808f1e3 /view/theme
parent6e5532149a08b264e958202fa971d35b446fac3b (diff)
downloadvolse-hubzilla-b1aa77584f972b8c62fd099fa7fe08c36201b631.tar.gz
volse-hubzilla-b1aa77584f972b8c62fd099fa7fe08c36201b631.tar.bz2
volse-hubzilla-b1aa77584f972b8c62fd099fa7fe08c36201b631.zip
indicate currently selected group in group picker
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index a99d7530f..d07538b87 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -249,6 +249,12 @@ div.wall-item-content-wrapper.shiny {
cursor: pointer;
}
+.group-selected {
+ padding: 3px;
+ border: 2px solid #CCCCCC;
+ font-weight: bold;
+}
+
.fakelink:hover {
color: #3465a4;
text-decoration: underline;