mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6272: Fix icons for recover/restore VM
This commit is contained in:
parent
056548c72e
commit
661b42b501
|
|
@ -12414,11 +12414,12 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
|
|||
}
|
||||
|
||||
.restoreVM .icon,
|
||||
.restore .icon {
|
||||
.restore .icon,
|
||||
.recover .icon {
|
||||
background-position: -168px -31px;
|
||||
}
|
||||
|
||||
.reset .icon {
|
||||
.reset .icon, .reinstall .icon {
|
||||
background-position: -168px -31px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue