diff options
author | friendica <info@friendica.com> | 2012-05-23 23:29:45 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-23 23:29:45 -0700 |
commit | f0ddcb979bfe148c8cf238b278048b16f5645676 (patch) | |
tree | 0ee4ecab6a40eeaef7eebf9fb30187b8a4839808 /view/theme/slackr | |
parent | 6c78d42050062b74fe38ca487a0cf237b6735e1b (diff) | |
download | volse-hubzilla-f0ddcb979bfe148c8cf238b278048b16f5645676.tar.gz volse-hubzilla-f0ddcb979bfe148c8cf238b278048b16f5645676.tar.bz2 volse-hubzilla-f0ddcb979bfe148c8cf238b278048b16f5645676.zip |
slackr: improve interactivity
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 98f13104e..82ba795cd 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -46,6 +46,20 @@ nav #site-location { box-shadow: 3px 3px 10px 0 #000000; } +#profile-jot-text:hover { + color: #000000; +} + +.fc { + opacity: 0.3; + filter:alpha(opacity=30); +} + +.fc:hover { + opacity: 1.0; + filter:alpha(opacity=100); +} + .fc-event-skin { background-color: #3465a4 !important; } |