mirror of https://github.com/apache/cloudstack.git
Icon for 'add guest network' toolbar button
This commit is contained in:
parent
746c8c5046
commit
6af882c6b9
|
|
@ -11984,13 +11984,15 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
|
|||
|
||||
.add .icon,
|
||||
.addNew .icon,
|
||||
.assignVm .icon {
|
||||
.assignVm .icon,
|
||||
.rootAdminAddGuestNetwork .icon {
|
||||
background-position: -37px -61px;
|
||||
}
|
||||
|
||||
.add:hover .icon,
|
||||
.addNew:hover .icon,
|
||||
.assignVm:hover .icon {
|
||||
.assignVm:hover .icon,
|
||||
.rootAdminAddGuestNetwork:hover .icon {
|
||||
background-position: -37px -643px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue