CLOUDSTACK-6272: Fix icons for recover/restore VM

This commit is contained in:
Brian Federle 2014-03-21 14:57:49 -07:00
parent 056548c72e
commit 661b42b501
1 changed files with 3 additions and 2 deletions

View File

@ -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;
}