mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana5 light (#9559)
* variable for theme name for icons * changes to navbar, sidemenu, breadcrumb, form-labels, dashlistlinks, searchitems etc * fixed some missed issues with breadcrumbs
This commit is contained in:
committed by
Torkel Ödegaard
parent
bc8c2409c0
commit
148a4c6c2d
@@ -59,11 +59,11 @@ $gf-form-margin: 3px;
|
||||
flex-shrink: 0;
|
||||
font-weight: $font-weight-semi-bold;
|
||||
|
||||
background-color: #292a2d; //$input-label-bg;
|
||||
background-color: $input-label-bg;
|
||||
display: block;
|
||||
font-size: $font-size-sm;
|
||||
|
||||
border: $input-btn-border-width solid transparent;
|
||||
border: $input-btn-border-width solid $input-label-border-color;
|
||||
@include border-radius($label-border-radius-sm);
|
||||
|
||||
|
||||
|
||||
@@ -4,14 +4,14 @@
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
padding-left: $side-menu-width;
|
||||
box-shadow: 0 0 20px black;
|
||||
box-shadow: $navbarShadow;
|
||||
z-index: 1;
|
||||
background-color: $navbarBackground;
|
||||
}
|
||||
|
||||
.navbar-inner {
|
||||
min-height: $navbarHeight;
|
||||
padding-right: $spacer;
|
||||
background-color: $navbarBackground;
|
||||
display: flex;
|
||||
@include clearfix();
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
margin: 5px;
|
||||
padding: 7px;
|
||||
background-color: $tight-form-bg;
|
||||
border: $input-btn-border-width solid $input-label-border-color;
|
||||
.fa {
|
||||
float: right;
|
||||
padding-top: 3px;
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
|
||||
.gm-scrollbar .thumb:hover,
|
||||
.gm-scrollbar .thumb:active {
|
||||
background-color: $blue;
|
||||
background-color: $blue-dark;
|
||||
}
|
||||
|
||||
.gm-scrollbar.-vertical .thumb {
|
||||
|
||||
@@ -111,6 +111,7 @@
|
||||
padding: 3px 10px;
|
||||
white-space: nowrap;
|
||||
background-color: $tight-form-bg;
|
||||
border: $input-btn-border-width solid $input-label-border-color;;
|
||||
margin-bottom: 4px;
|
||||
@include left-brand-border();
|
||||
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
background: $side-menu-bg;
|
||||
position: initial;
|
||||
height: auto;
|
||||
box-shadow: 0 0 20px black;
|
||||
box-shadow: $side-menu-shadow;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
}
|
||||
.sidemenu__top,
|
||||
.sidemenu__bottom {
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
}
|
||||
|
||||
.tabbed-view-body {
|
||||
background-color: $panel-bg;
|
||||
padding: $spacer*2 $spacer;
|
||||
|
||||
&--small {
|
||||
|
||||
Reference in New Issue
Block a user