diff options
author | friendica <info@friendica.com> | 2012-05-23 16:58:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-23 16:58:31 -0700 |
commit | 60723702f1b48aaa81ec3975e2169e90591aa800 (patch) | |
tree | b5a990a42240e8816c21eeef5ef74bc7729fe517 /view/theme/slackr | |
parent | 19bf0aa28397ddbfd6637c855e7f400ff8deef35 (diff) | |
download | volse-hubzilla-60723702f1b48aaa81ec3975e2169e90591aa800.tar.gz volse-hubzilla-60723702f1b48aaa81ec3975e2169e90591aa800.tar.bz2 volse-hubzilla-60723702f1b48aaa81ec3975e2169e90591aa800.zip |
more theme stuff
Diffstat (limited to 'view/theme/slackr')
-rw-r--r-- | view/theme/slackr/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 37fed2ef1..98f13104e 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -43,6 +43,7 @@ nav #site-location { #profile-jot-text_parent, .mceLayout { border-radius: 3px; -moz-border-radius: 3px; + box-shadow: 3px 3px 10px 0 #000000; } .fc-event-skin { @@ -60,7 +61,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, .profile-jot-text, .group-selected, .nets-selected, .fileas-selected { +.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, #profile-jot-submit, .categories-selected { border-radius: 3px; -moz-border-radius: 3px; box-shadow: 3px 3px 10px 0 #000000; |