Updated Branches: refs/heads/ui-restyle f099739db -> 157836bfc
Use underline for region hover Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/157836bf Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/157836bf Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/157836bf Branch: refs/heads/ui-restyle Commit: 157836bfcf09ebde4f27b5235f09ddd9fe13a4cc Parents: f099739 Author: Brian Federle <[email protected]> Authored: Mon Sep 23 16:14:51 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Sep 23 16:14:51 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/cloudstack.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/157836bf/ui/stylesheets/cloudstack.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/cloudstack.scss b/ui/stylesheets/cloudstack.scss index b11f7d4..19dd35c 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 {
