mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4431: Fix icon for release dedicated host
This commit is contained in:
parent
b887302cb7
commit
8422633cd6
|
|
@ -11818,12 +11818,14 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
|
|||
}
|
||||
|
||||
.stop .icon,
|
||||
.removeVmwareDc .icon {
|
||||
.removeVmwareDc .icon,
|
||||
.release .icon {
|
||||
background-position: 0px -31px;
|
||||
}
|
||||
|
||||
.stop:hover .icon,
|
||||
.removeVmwareDc:hover .icon {
|
||||
.removeVmwareDc:hover .icon,
|
||||
.release:hover .icon {
|
||||
background-position: 0px -613px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue