Change sidebar active colour to be less contrast

This commit is contained in:
James Brooks
2014-12-05 13:06:16 +00:00
parent 7f253dbb4b
commit 027f27c895
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ body.dashboard {
border-bottom: $sidebar-border-color;
}
&.active {
background: $sidebar-active-color;
background: lighten($sidebar-background-color, 10%);
a {
color: $sidebar-text-active-color;
}

View File

@@ -118,7 +118,7 @@ body.dashboard .sidebar {
body.dashboard .sidebar ul li:last-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
body.dashboard .sidebar ul li.active {
background: #00695C; }
background: #3e5771; }
body.dashboard .sidebar ul li.active a {
color: #ffffff; }
body.dashboard .sidebar ul li a {

View File

@@ -118,7 +118,7 @@ body.dashboard .sidebar {
body.dashboard .sidebar ul li:last-child {
border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
body.dashboard .sidebar ul li.active {
background: #00695C; }
background: #3e5771; }
body.dashboard .sidebar ul li.active a {
color: #ffffff; }
body.dashboard .sidebar ul li a {

View File

@@ -1,4 +1,4 @@
{
"css/all.css": "css/all-434c3a48.css",
"css/all.css": "css/all-8df35456.css",
"js/all.js": "js/all-c84ab03b.js"
}