mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2114:Scale Up VM icon
This commit is contained in:
parent
4b7fe3bc29
commit
403f7b5b87
|
|
@ -11889,18 +11889,21 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
|
|||
background-position: -168px -31px;
|
||||
}
|
||||
|
||||
.reset .icon,
|
||||
.scaleUp .icon {
|
||||
.reset .icon {
|
||||
background-position: -168px -31px;
|
||||
}
|
||||
|
||||
.scaleUp .icon{
|
||||
background-position: -167px -66px;
|
||||
|
||||
}
|
||||
|
||||
.restoreVM:hover .icon,
|
||||
.restore:hover .icon {
|
||||
background-position: -168px -613px;
|
||||
}
|
||||
|
||||
.reset:hover .icon,
|
||||
.scaleUp:hover .icon {
|
||||
.reset:hover .icon {
|
||||
background-position: -168px -613px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue