You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/08/21 20:22:59 UTC

git commit: VPC UI: Add hover state to virtual router box

Updated Branches:
  refs/heads/master 685e59b73 -> 3f8d9f6b1


VPC UI: Add hover state to virtual router box


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

Branch: refs/heads/master
Commit: 3f8d9f6b1feace21fd5c7b6eb2b04093cab535ac
Parents: 685e59b
Author: Brian Federle <br...@citrix.com>
Authored: Tue Aug 21 11:16:02 2012 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Aug 21 11:22:50 2012 -0700

----------------------------------------------------------------------
 ui/css/cloudstack3.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3f8d9f6b/ui/css/cloudstack3.css
----------------------------------------------------------------------
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index 4c5e2d5..d41f5e1 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -9627,6 +9627,14 @@ div.panel.ui-dialog div.list-view div.fixed-header {
   cursor: pointer;
 }
 
+.vpc-chart li.tier.virtual-router:hover {
+  text-decoration: underline;
+}
+
+.vpc-chart li.tier.virtual-router.disabled:hover {
+  text-decoration: none;
+}
+
 .vpc-chart li.tier.virtual-router.disabled,
 .vpc-chart li.tier.virtual-router.disabled span {
   cursor: default;