qcomment enhancements
This commit is contained in:
parent
4c585f759f
commit
5275b5d049
3 changed files with 25 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue