mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
feat(timepicker): small style change for timepicker
This commit is contained in:
parent
c21cffa6d4
commit
bffb795d7a
@ -16,7 +16,6 @@
|
||||
|
||||
li.gf-timepicker-open a {
|
||||
background-color: @grafanaPanelBackground;
|
||||
.box-shadow(0px 10px 0px @grafanaPanelBackground);
|
||||
}
|
||||
|
||||
.gf-timepicker-absolute-section {
|
||||
@ -35,8 +34,8 @@ li.gf-timepicker-open a {
|
||||
}
|
||||
|
||||
.gf-timepicker-utc {
|
||||
background-color: @blueDark;
|
||||
color: @white;
|
||||
background-color: @grafanaTargetFuncBackground;
|
||||
color: @orange;
|
||||
font-size: 75%;
|
||||
padding: 3px;
|
||||
border-radius: 2px;
|
||||
|
Loading…
Reference in New Issue
Block a user