summaryrefslogtreecommitdiffstats
path: root/apps/contacts/css
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-07-15 22:00:09 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-07-16 01:46:16 +0200
commit0fb1a76113cc4c030d0c42cdfd0436604ccdd3ab (patch)
tree6acbf9c161cb12e257671f5bb7bf5e5c4152ee4b /apps/contacts/css
parent25f50e8273240bf7afd39ec0728b80cad156527d (diff)
downloadnextcloud-server-0fb1a76113cc4c030d0c42cdfd0436604ccdd3ab.tar.gz
nextcloud-server-0fb1a76113cc4c030d0c42cdfd0436604ccdd3ab.zip
Bold active address book.
Diffstat (limited to 'apps/contacts/css')
-rw-r--r--apps/contacts/css/contacts.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css
index de7950ecc61..27a796a15f5 100644
--- a/apps/contacts/css/contacts.css
+++ b/apps/contacts/css/contacts.css
@@ -5,7 +5,7 @@
#leftcontent a { padding: 0 0 0 25px; }
#rightcontent { top: 3.5em !important; padding-top: 5px; }
#leftcontent h3 { cursor: pointer; -moz-transition: background 300ms ease 0s; background: none no-repeat scroll 1em center #eee; border-bottom: 1px solid #ddd; border-top: 1px solid #fff; display: block; max-width: 100%; padding: 0.5em 0.8em; color: #666; text-shadow: 0 1px 0 #f8f8f8; font-size: 1.2em; }
-#leftcontent h3:hover,#leftcontent h3:active,#leftcontent h3.active { background-color: #DBDBDB; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #D4D4D4; color: #333333; }
+#leftcontent h3:hover,#leftcontent h3:active,#leftcontent h3.active { background-color: #DBDBDB; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #D4D4D4; color: #333333; font-weight: bold; }
#contacts { position: fixed; background: #fff; max-width: 100%; width: 20em; left: 12.5em; top: 3.7em; bottom: 3em; overflow: auto; padding: 0; margin: 0; }
.contacts a { height: 23px; display: block; left: 12.5em; margin: 0 0 0 0; padding: 0 0 0 25px; }
.contacts li.ui-draggable { height: 23px; }