From 5732f0a7edc1bbdaf1dc2a1316087d92433b7459 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 22 Jun 2014 12:43:23 -0400 Subject: [PATCH] update sidebar color --- dashboard-ui/css/site.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index d99a54e106..890c3e7e42 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -274,7 +274,7 @@ h1 .imageLink { .content-secondary { z-index: 1000; - background: #333; + background: #e6e6e6; border: 0; border-right: 1px solid #ddd; display: none; @@ -297,7 +297,7 @@ h1 .imageLink { display: block; padding: .6em 20px .6em 20px; text-decoration: none; - color: #eee!important; + color: #000!important; text-shadow: none!important; font-weight: 400!important; font-size: 14px; @@ -311,12 +311,12 @@ h1 .imageLink { .sidebarLinks a.selectedSidebarLink { background: #38c!important; color: #fff!important; - margin-right: 0; + margin-right: -1px; } .sidebarDivider { height: 1px; - background: #444; + background: #d8d8d8; margin: .25em 0; }