mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: color tweaks
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
overflow: visible;
|
||||
position: relative;
|
||||
margin-left: $side-menu-width;
|
||||
box-shadow: 0 0 20px black;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.navbar-inner {
|
||||
min-height: $navbarHeight;
|
||||
padding-right: $spacer;
|
||||
background-color: $navbarBackground;
|
||||
border-bottom: $navbarBorder;
|
||||
@include clearfix();
|
||||
}
|
||||
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
flex-direction: column;
|
||||
width: $side-menu-width;
|
||||
background: $navbarBackground;
|
||||
z-index: 1;
|
||||
z-index: 10;
|
||||
box-shadow: 0 0 20px black;
|
||||
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
@@ -17,6 +18,9 @@
|
||||
background: $side-menu-bg;
|
||||
position: initial;
|
||||
height: auto;
|
||||
box-shadow: 0 0 20px black;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
.sidemenu__top,
|
||||
.sidemenu__bottom {
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
.tabbed-view {
|
||||
background-color: $page-bg;
|
||||
background-image: $page-gradient;
|
||||
margin: (-$panel-margin*2) (-$panel-margin);
|
||||
margin-bottom: $spacer*2;
|
||||
background-color: $panel-bg;
|
||||
padding: $spacer*3;
|
||||
margin-bottom: $dashboard-padding;
|
||||
|
||||
&.tabbed-view--panel-edit {
|
||||
padding: 0;
|
||||
|
||||
@@ -48,6 +48,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.navbar {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.navbar-page-btn {
|
||||
border-color: transparent;
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user