From 157836bfcf09ebde4f27b5235f09ddd9fe13a4cc Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 23 Sep 2013 16:14:51 -0700 Subject: [PATCH] Use underline for region hover --- ui/stylesheets/cloudstack.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/stylesheets/cloudstack.scss b/ui/stylesheets/cloudstack.scss index b11f7d471c6..19dd35c0e0e 100644 --- a/ui/stylesheets/cloudstack.scss +++ b/ui/stylesheets/cloudstack.scss @@ -77,8 +77,9 @@ body { padding: 5px; &:hover { - box-shadow: inset 0px 0px 10px black; - border-radius: 3px; + .title { + text-decoration: underline; + } } .icon {