CLOUDSTACK-4823: Add icon for assignVmToAnotherAccount
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/746c8c50 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/746c8c50 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/746c8c50 Branch: refs/heads/ui-restyle Commit: 746c8c50469c125cdf3933ecb9953aace69226e6 Parents: 991f933 Author: Brian Federle <brian.fede...@citrix.com> Authored: Thu Oct 10 12:55:26 2013 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Thu Oct 10 12:55:26 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/746c8c50/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 49e35f3..c931fe3 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;