mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: more nav work
This commit is contained in:
@@ -54,7 +54,7 @@ $gf-form-margin: 0.1rem;
|
||||
flex-shrink: 0;
|
||||
font-weight: $font-weight-semi-bold;
|
||||
|
||||
background-color: #23252d; //$input-label-bg;
|
||||
background-color: #292a2d; //$input-label-bg;
|
||||
display: block;
|
||||
font-size: $font-size-sm;
|
||||
margin-right: $gf-form-margin;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
.query-part {
|
||||
background-color: $input-bg !important;
|
||||
background-color: lighten($input-label-bg, 5%);
|
||||
|
||||
&.show-function-controls {
|
||||
padding-top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user