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 {
|
.gf-timepicker-component {
|
||||||
padding: $spacer/2 0;
|
padding: $spacer/2 0 $spacer 0;
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
button.btn-sm {
|
button.btn-sm {
|
||||||
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl);
|
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl);
|
||||||
|
font-size: $font-size-sm;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 5px 9px;
|
padding: 5px 11px;
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
&.active span {
|
&.active span {
|
||||||
color: $blue;
|
color: $blue;
|
||||||
|
Loading…
Reference in New Issue
Block a user