Ray's css fix with widget css
This commit is contained in:
parent
7e355b77c2
commit
6a4203b850
|
@ -50,11 +50,11 @@
|
|||
display:inline-block;
|
||||
margin-right: 5px;
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80);
|
||||
filter: alpha(opacity:80);
|
||||
}
|
||||
.action:hover {
|
||||
opacity: 1;
|
||||
filter: alpha(opacity=100);
|
||||
filter: alpha(opacity:80);
|
||||
cursor: pointer;
|
||||
}
|
||||
.select-role {
|
||||
|
|
Loading…
Reference in New Issue