Updated Branches: refs/heads/ui-restyle 942caf29a -> 6b3731cd4
Hover state for top links Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6b3731cd Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6b3731cd Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6b3731cd Branch: refs/heads/ui-restyle Commit: 6b3731cd43327d4f5cd1b2bc744582f5840dd940 Parents: 942caf2 Author: Brian Federle <[email protected]> Authored: Tue Sep 24 15:06:13 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Tue Sep 24 15:06:13 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/cloudstack.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6b3731cd/ui/stylesheets/cloudstack.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/cloudstack.scss b/ui/stylesheets/cloudstack.scss index 1a2ac57..7ff031e 100644 --- a/ui/stylesheets/cloudstack.scss +++ b/ui/stylesheets/cloudstack.scss @@ -24,6 +24,8 @@ body { * { float: left; } + + text-shadow: 0px 1px 1px black; } #user, .notifications { @@ -32,11 +34,16 @@ body { margin-right: 20px; padding-right: 20px; top: -65px; + cursor: pointer; + + &:hover { + > span, .name { + text-decoration: underline; + } + } } .notifications { - cursor: pointer; - .total { padding: 5px 10px; @include linear-gradient(#a4a4a4, lighten(#272727, 15%));
