mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Use popover styles for stats popover
This commit is contained in:
parent
a08042ea18
commit
ffa584baec
@ -387,12 +387,13 @@
|
|||||||
top: 1.25em;
|
top: 1.25em;
|
||||||
left: -10px;
|
left: -10px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
background-color: $page-bg;
|
background-color: $popover-bg;
|
||||||
border: $panel-border;
|
color: $popover-color;
|
||||||
|
border: 1px solid $popover-border-color;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
box-shadow: $card-shadow;
|
box-shadow: $popover-shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs-row-labels {
|
.logs-row-labels {
|
||||||
|
Loading…
Reference in New Issue
Block a user