From: friendica Date: Thu, 24 May 2012 06:29:45 +0000 (-0700) Subject: slackr: improve interactivity X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f0ddcb979bfe148c8cf238b278048b16f5645676;p=friendica.git slackr: improve interactivity --- diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 98f13104e5..82ba795cde 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; }