]> git.mxchange.org Git - friendica.git/commitdiff
slackr: improve interactivity
authorfriendica <info@friendica.com>
Thu, 24 May 2012 06:29:45 +0000 (23:29 -0700)
committerfriendica <info@friendica.com>
Thu, 24 May 2012 06:29:45 +0000 (23:29 -0700)
view/theme/slackr/style.css

index 98f13104e5d23dec438aa6a0b95a7c0e325c8d9b..82ba795cdee11e4e7f1f5ca179d99d33aa674d48 100644 (file)
@@ -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;
 }