From 6b3731cd43327d4f5cd1b2bc744582f5840dd940 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 24 Sep 2013 15:06:13 -0700 Subject: [PATCH] Hover state for top links --- ui/stylesheets/cloudstack.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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%));