From 97a07cc9280bd41130448afbe09502f7ca226869 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Mon, 7 Oct 2013 17:18:02 -0700 Subject: [PATCH] Add active state to side nav bar --- ui/stylesheets/cloudstack.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/stylesheets/cloudstack.scss b/ui/stylesheets/cloudstack.scss index a19e9140265..0ff5616c92d 100644 --- a/ui/stylesheets/cloudstack.scss +++ b/ui/stylesheets/cloudstack.scss @@ -182,7 +182,7 @@ body { display: none; } - &:hover { + &:hover, &.active { background: #3f3f3f; color: white; text-shadow: 0px 1px 1px black;