slackr: improve interactivity

This commit is contained in:
friendica 2012-05-23 23:29:45 -07:00
parent 6c78d42050
commit f0ddcb979b
1 changed files with 14 additions and 0 deletions

View 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;
}