mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: tweaked panel color and dashboard background is same as page background
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user