mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(tweak): minor polish to date picker styling
This commit is contained in:
parent
f64385cfc9
commit
a50178eab1
@ -65,16 +65,17 @@
|
||||
}
|
||||
|
||||
.gf-timepicker-component {
|
||||
padding: $spacer/2 0;
|
||||
padding: $spacer/2 0 $spacer 0;
|
||||
|
||||
td {
|
||||
padding: 1px;
|
||||
}
|
||||
button.btn-sm {
|
||||
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl);
|
||||
font-size: $font-size-sm;
|
||||
background-image: none;
|
||||
border: none;
|
||||
padding: 5px 9px;
|
||||
padding: 5px 11px;
|
||||
color: $text-color;
|
||||
&.active span {
|
||||
color: $blue;
|
||||
|
Loading…
Reference in New Issue
Block a user