From 746c8c50469c125cdf3933ecb9953aace69226e6 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 10 Oct 2013 12:55:26 -0700 Subject: [PATCH] CLOUDSTACK-4823: Add icon for assignVmToAnotherAccount --- ui/css/cloudstack3.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 49e35f3844f..c931fe3e179 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -12265,6 +12265,14 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it background-position: -230px -677px; } +.assignVmToAnotherAccount .icon { + background-position: -270px -36px; +} + +.assignVmToAnotherAccount:hover .icon { + background-position: -270px -615px; +} + .label-hovered { cursor: pointer; color: #0000FF !important;