diff --git a/ui/stylesheets/cloudstack.scss b/ui/stylesheets/cloudstack.scss index 1a2ac5716d4..7ff031ea7ad 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%));