mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 15:27:01 -06:00
Merge pull request #15120 from grafana/panel-option-styles
Tweaked panel option group styles
This commit is contained in:
commit
ff8db0a530
@ -10,6 +10,7 @@
|
||||
font-size: 1.1rem;
|
||||
background: $panel-options-group-header-bg;
|
||||
position: relative;
|
||||
border-radius: $border-radius $border-radius 0 0;
|
||||
|
||||
.btn {
|
||||
position: absolute;
|
||||
|
@ -392,8 +392,8 @@ $panel-editor-tabs-line-color: #e3e3e3;
|
||||
$panel-editor-viz-item-bg-hover: darken($blue, 47%);
|
||||
$panel-editor-viz-item-bg-hover-active: darken($orange, 45%);
|
||||
|
||||
$panel-options-group-border: 1px solid $dark-3;
|
||||
$panel-options-group-header-bg: linear-gradient(0deg, $gray-blue, $dark-1);
|
||||
$panel-options-group-border: none;
|
||||
$panel-options-group-header-bg: $gray-blue;
|
||||
|
||||
$panel-grid-placeholder-bg: darken($blue, 47%);
|
||||
$panel-grid-placeholder-shadow: 0 0 4px $blue;
|
||||
|
@ -400,8 +400,8 @@ $panel-editor-tabs-line-color: $dark-5;
|
||||
$panel-editor-viz-item-bg-hover: lighten($blue, 62%);
|
||||
$panel-editor-viz-item-bg-hover-active: lighten($orange, 34%);
|
||||
|
||||
$panel-options-group-border: 1px solid $gray-6;
|
||||
$panel-options-group-header-bg: linear-gradient(0deg, $gray-6, $gray-7);
|
||||
$panel-options-group-border: none;
|
||||
$panel-options-group-header-bg: $gray-5;
|
||||
|
||||
$panel-grid-placeholder-bg: lighten($blue, 62%);
|
||||
$panel-grid-placeholder-shadow: 0 0 4px $blue-light;
|
||||
|
Loading…
Reference in New Issue
Block a user