diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-17 21:34:56 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-17 21:34:56 +0200 |
commit | 9e4a41e9cb672234b3d96fc83c96f93a91a3fb59 (patch) | |
tree | 05bfe392cfa4bb2a5e92881cb0b83a2f9666e836 | |
parent | 5a8f4b87839baaeb3b557895cc89d58e19ad75ce (diff) | |
download | nextcloud-server-9e4a41e9cb672234b3d96fc83c96f93a91a3fb59.tar.gz nextcloud-server-9e4a41e9cb672234b3d96fc83c96f93a91a3fb59.zip |
Add effect on addressbook show/hide.
-rw-r--r-- | apps/contacts/css/contacts.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css index d617373742e..77bfc54663a 100644 --- a/apps/contacts/css/contacts.css +++ b/apps/contacts/css/contacts.css @@ -4,7 +4,7 @@ #leftcontent { top: 3.5em !important; padding: 0; margin: 0; } #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%; height: 2em; padding: 0.5em 0.8em; color: #666; text-shadow: 0 1px 0 #f8f8f8; font-size: 1.2em; } +#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 { background-color: #DBDBDB; border-bottom: 1px solid #CCCCCC; border-top: 1px solid #D4D4D4; color: #333333; } .contacts { 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; } |