mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update panel loading icon (#25900)
Panel's loading circle is really hard to notice. I made it a bit bigger and changed the color.
This commit is contained in:
parent
c344422a68
commit
a5fb6bddbe
@ -74,10 +74,10 @@ $panel-header-no-title-zindex: 1;
|
||||
.panel-loading {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 4px;
|
||||
right: 8px;
|
||||
z-index: $panel-header-z-index + 1;
|
||||
font-size: $font-size-sm;
|
||||
color: $text-color-weak;
|
||||
font-size: $font-size-lg;
|
||||
color: $text-blue;
|
||||
}
|
||||
|
||||
.panel-empty {
|
||||
|
Loading…
Reference in New Issue
Block a user