subdue the "flag this entry" link
This commit is contained in:
parent
dc73c854d1
commit
8cc603f045
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue