mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
added class for actionbutton so that it can transparent
This commit is contained in:
parent
373525f345
commit
811ec322b9
@ -2248,6 +2248,8 @@ a:hover.search_button {
|
||||
padding:0;
|
||||
cursor:pointer;
|
||||
cursor:hand;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -2268,6 +2270,18 @@ a:hover.search_button {
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.actionpanel_button_hidden{
|
||||
width:auto;
|
||||
height:27px;
|
||||
float:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
filter:alpha(opacity=50);
|
||||
-moz-opacity:0.5;
|
||||
-khtml-opacity: 0.5;
|
||||
opacity: 0.5;
|
||||
|
||||
}
|
||||
|
||||
.actionpanel_button_links{
|
||||
width:auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user