Updated Branches: refs/heads/pluggable_vm_snapshot 5731d48e6 -> 77fca0c95 (forced update)
Icon for 'add guest network' toolbar button Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6af882c6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6af882c6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6af882c6 Branch: refs/heads/pluggable_vm_snapshot Commit: 6af882c6b94126a50f1db3f8da9996cfcffc97f3 Parents: 746c8c5 Author: Brian Federle <[email protected]> Authored: Thu Oct 10 15:46:31 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Thu Oct 10 15:46:31 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6af882c6/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index c931fe3..d124d1e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -11984,13 +11984,15 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it .add .icon, .addNew .icon, -.assignVm .icon { +.assignVm .icon, +.rootAdminAddGuestNetwork .icon { background-position: -37px -61px; } .add:hover .icon, .addNew:hover .icon, -.assignVm:hover .icon { +.assignVm:hover .icon, +.rootAdminAddGuestNetwork:hover .icon { background-position: -37px -643px; }
