subdue the "flag this entry" link

This commit is contained in:
friendica 2012-05-17 20:23:15 -07:00
parent dc73c854d1
commit 8cc603f045
1 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,15 @@ img {
box-shadow: 3px 3px 10px 0 #000000;
}
.moderate {
opacity: 0.3;
filter:alpha(opacity=30);
}
.moderate:hover {
opacity: 1.0;
filter:alpha(opacity=100);
}
img.group {
border: 2px solid red;