mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
minor style update
This commit is contained in:
@@ -153,11 +153,11 @@ $table-bg-hover: $gray-5;
|
|||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
// -------------------------
|
// -------------------------
|
||||||
$btn-primary-bg: $sapphire-base;
|
$btn-primary-bg: $green-base;
|
||||||
$btn-primary-bg-hl: $sapphire-shade;
|
$btn-primary-bg-hl: $green-shade;
|
||||||
|
|
||||||
$btn-secondary-bg: rgba(0,0,0,0);
|
$btn-secondary-bg: $sapphire-base;
|
||||||
$btn-secondary-bg-hl: rgba(0,0,0,0);
|
$btn-secondary-bg-hl: $sapphire-shade;
|
||||||
|
|
||||||
$btn-danger-bg: $lobster-base;
|
$btn-danger-bg: $lobster-base;
|
||||||
$btn-danger-bg-hl: $lobster-shade;
|
$btn-danger-bg-hl: $lobster-shade;
|
||||||
|
|||||||
@@ -10,6 +10,10 @@
|
|||||||
.gf-timepicker-nav-btn {
|
.gf-timepicker-nav-btn {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
.fa-clock-o {
|
||||||
|
margin-right: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.gf-timepicker-dropdown {
|
.gf-timepicker-dropdown {
|
||||||
@@ -48,7 +52,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gf-timepicker-utc {
|
.gf-timepicker-utc {
|
||||||
background-color: $tight-form-func-bg;
|
|
||||||
color: $orange;
|
color: $orange;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|||||||
Reference in New Issue
Block a user