minor style update

This commit is contained in:
Torkel Ödegaard
2019-02-11 13:42:37 +01:00
parent b14958edef
commit 9570394c49
2 changed files with 8 additions and 5 deletions

View File

@@ -153,11 +153,11 @@ $table-bg-hover: $gray-5;
// Buttons
// -------------------------
$btn-primary-bg: $sapphire-base;
$btn-primary-bg-hl: $sapphire-shade;
$btn-primary-bg: $green-base;
$btn-primary-bg-hl: $green-shade;
$btn-secondary-bg: rgba(0,0,0,0);
$btn-secondary-bg-hl: rgba(0,0,0,0);
$btn-secondary-bg: $sapphire-base;
$btn-secondary-bg-hl: $sapphire-shade;
$btn-danger-bg: $lobster-base;
$btn-danger-bg-hl: $lobster-shade;

View File

@@ -10,6 +10,10 @@
.gf-timepicker-nav-btn {
text-overflow: ellipsis;
overflow: hidden;
.fa-clock-o {
margin-right: 4px;
}
}
.gf-timepicker-dropdown {
@@ -48,7 +52,6 @@
}
.gf-timepicker-utc {
background-color: $tight-form-func-bg;
color: $orange;
font-size: 75%;
padding: 3px;