From 1ac6ef1a7023fac9038e6695761da945d41fd04c 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 985d9746c8f..fdab562f454 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -12269,6 +12269,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;