Ray's css fix with widget css

This commit is contained in:
Matthew K. Fu JuYuan 2012-04-23 11:53:36 +08:00
parent 7e355b77c2
commit 6a4203b850
1 changed files with 2 additions and 2 deletions

View File

@ -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 {