diff options
author | friendica <info@friendica.com> | 2012-05-23 16:16:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-23 16:16:59 -0700 |
commit | 19bf0aa28397ddbfd6637c855e7f400ff8deef35 (patch) | |
tree | 6831e687ce328444f839f9c5173a261d176eff87 /view/theme/slackr | |
parent | 5b7865f8f99f8815d76849a9aabb1a93fe39c92c (diff) | |
download | volse-hubzilla-19bf0aa28397ddbfd6637c855e7f400ff8deef35.tar.gz volse-hubzilla-19bf0aa28397ddbfd6637c855e7f400ff8deef35.tar.bz2 volse-hubzilla-19bf0aa28397ddbfd6637c855e7f400ff8deef35.zip |
slackr - better highlighting of current selections
Diffstat (limited to 'view/theme/slackr')
-rw-r--r-- | view/theme/slackr/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 57856bca7..37fed2ef1 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -40,6 +40,11 @@ nav #site-location { right: 36px; } +#profile-jot-text_parent, .mceLayout { + border-radius: 3px; + -moz-border-radius: 3px; +} + .fc-event-skin { background-color: #3465a4 !important; } @@ -55,7 +60,7 @@ nav #site-location { box-shadow: 3px 3px 10px -2px #000000; } -.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .fc { +.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .fc, .profile-jot-text, .group-selected, .nets-selected, .fileas-selected { border-radius: 3px; -moz-border-radius: 3px; box-shadow: 3px 3px 10px 0 #000000; |