mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3391: Add missing action icons
This commit is contained in:
parent
1731e5bf86
commit
8a6892d542
|
|
@ -11821,11 +11821,13 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
|
|||
background-position: -169px -583px;
|
||||
}
|
||||
|
||||
.stop .icon {
|
||||
.stop .icon,
|
||||
.removeVmwareDc .icon {
|
||||
background-position: 0px -31px;
|
||||
}
|
||||
|
||||
.stop:hover .icon {
|
||||
.stop:hover .icon,
|
||||
.removeVmwareDc:hover .icon {
|
||||
background-position: 0px -613px;
|
||||
}
|
||||
|
||||
|
|
@ -12056,11 +12058,13 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
|
|||
background-position: -100px -614px;
|
||||
}
|
||||
|
||||
.addVlanRange .icon {
|
||||
.addVlanRange .icon,
|
||||
.addVmwareDc .icon {
|
||||
background-position: -37px -62px;
|
||||
}
|
||||
|
||||
.addVlanRange:hover .icon {
|
||||
.addVlanRange:hover .icon,
|
||||
.addVmwareDc:hover .icon {
|
||||
background-position: -37px -62px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue