ux: tweaked panel color and dashboard background is same as page background

This commit is contained in:
Torkel Ödegaard
2017-11-22 17:18:04 +01:00
parent c94331cd20
commit 2d2015d3dd
4 changed files with 5 additions and 12 deletions

View File

@@ -8,13 +8,6 @@
.tabbed-view-header {
padding: 1.5em 1rem 0 1rem;
}
.gf-tabs-link.active {
background-color: #0a0a0a;
}
.tabbed-view-body {
min-height: 200px;
}
}
}

View File

@@ -62,7 +62,7 @@
&.active:focus {
@include border-radius(3px);
border-color: rgba(216, 131, 40, 0.77);
border-bottom: 2px solid #0a0a0a;
border-bottom: 1px solid $page-bg;
color: $link-color;
position: relative;
top: 1px;