1
0
Fork 0

qcomment enhancements

This commit is contained in:
friendica 2012-03-26 20:13:03 -07:00
commit 5275b5d049
3 changed files with 25 additions and 5 deletions

View file

@ -2978,11 +2978,13 @@ div.jGrowl div.info {
.qcomment {
border: 1px solid #EEE;
padding: 3px;
margin-top: 15px;
margin-left: 25px;
}
.qcomment {
opacity: 0;
filter:alpha(opacity=0);
opacity: 0.3;
filter:alpha(opacity=30);
}
.qcomment:hover {
opacity: 1.0;