From d76a47b9fd31b27ab51a3cef7b71f73f3d76cee3 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Thu, 5 Nov 2015 08:04:23 +0100 Subject: [PATCH] [UI] change the Icon for changing ACL's for a tier in a VPC --- ui/css/cloudstack3.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index a04ff7cad1b..2ea85374024 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -12506,17 +12506,13 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it .downloadVolume .icon, .downloadTemplate .icon, -.downloadISO .icon, -.replaceacllist .icon, -.replaceACL .icon { +.downloadISO .icon { background-position: -35px -125px; } .downloadVolume:hover .icon, .downloadTemplate:hover .icon, -.downloadISO:hover .icon, -.replaceacllist:hover .icon, -.replaceACL:hover .icon { +.downloadISO:hover .icon { background-position: -35px -707px; } @@ -12831,10 +12827,14 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it background-position: -228px -646px; } +.replaceacllist .icon, +.replaceACL .icon, .changeAffinity .icon { background-position: -264px -2px; } +.replaceacllist:hover .icon, +.replaceACL:hover .icon, .changeAffinity:hover .icon { background-position: -263px -583px; }