diff options
author | friendica <info@friendica.com> | 2012-06-12 20:46:30 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-12 20:46:30 -0700 |
commit | 920ea2e1c759b96bbcad246422b33d7f2c8fc552 (patch) | |
tree | 2286c33dbccab5d0ea3ede5999f8ec20226374e0 /view/theme/slackr | |
parent | 832d9eeaaf7c439f3f8802d35e0e4a40509bddf5 (diff) | |
download | volse-hubzilla-920ea2e1c759b96bbcad246422b33d7f2c8fc552.tar.gz volse-hubzilla-920ea2e1c759b96bbcad246422b33d7f2c8fc552.tar.bz2 volse-hubzilla-920ea2e1c759b96bbcad246422b33d7f2c8fc552.zip |
archive widget
Diffstat (limited to 'view/theme/slackr')
-rw-r--r-- | view/theme/slackr/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index aa4d4b800..8a8f8c726 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -88,6 +88,20 @@ nav #site-location { box-shadow: 4px 4px 3px 0 #444444; } +#datebrowse-sidebar select { + margin-left: 25px; + border-radius: 3px; + -moz-border-radius: 3px; + opacity: 0.3; + filter:alpha(opacity=30); +} + +#datebrowse-sidebar select:hover { + opacity: 1.0; + filter:alpha(opacity=100); +} + + .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .profile-jot-text, .group-selected, .nets-selected, .fileas-selected, #profile-jot-submit, .categories-selected { border-radius: 3px; -moz-border-radius: 3px; |