mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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,
|
.stop .icon,
|
||||||
.removeVmwareDc .icon {
|
.removeVmwareDc .icon,
|
||||||
|
.release .icon {
|
||||||
background-position: 0px -31px;
|
background-position: 0px -31px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stop:hover .icon,
|
.stop:hover .icon,
|
||||||
.removeVmwareDc:hover .icon {
|
.removeVmwareDc:hover .icon,
|
||||||
|
.release:hover .icon {
|
||||||
background-position: 0px -613px;
|
background-position: 0px -613px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user