mirror of https://github.com/apache/cloudstack.git
Hidden action buttons made more lighter
This commit is contained in:
parent
d8e5fe7f12
commit
d50ad65211
|
|
@ -2276,10 +2276,10 @@ a:hover.search_button {
|
|||
float:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
filter:alpha(opacity=50);
|
||||
-moz-opacity:0.5;
|
||||
-khtml-opacity: 0.5;
|
||||
opacity: 0.5;
|
||||
filter:alpha(opacity=20);
|
||||
-moz-opacity:0.2;
|
||||
-khtml-opacity: 0.2;
|
||||
opacity: 0.2;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue