You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/11/10 12:07:37 UTC

[3/6] git commit: updated refs/heads/master to 5c48ce9

[UI] change the Icon for changing ACL's for a tier in a VPC


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d76a47b9
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d76a47b9
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d76a47b9

Branch: refs/heads/master
Commit: d76a47b9fd31b27ab51a3cef7b71f73f3d76cee3
Parents: eccdf4f
Author: Wei Zhou <w....@tech.leaseweb.com>
Authored: Thu Nov 5 08:04:23 2015 +0100
Committer: Wei Zhou <w....@tech.leaseweb.com>
Committed: Fri Nov 6 11:05:10 2015 +0100

----------------------------------------------------------------------
 ui/css/cloudstack3.css | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d76a47b9/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index a04ff7c..2ea8537 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;
 }