fixed text color in light theme

pull/11794/head
Patrick O'Carroll 8 years ago
parent 3dd073f98d
commit c897485958
  1. 8
      public/sass/components/_timepicker.scss

@ -77,7 +77,7 @@
border: none; border: none;
color: $text-color; color: $text-color;
&.active span { &.active span {
color: $blue; color: $query-blue;
font-weight: bold; font-weight: bold;
} }
.text-info { .text-info {
@ -88,6 +88,12 @@
font-size: $font-size-sm; font-size: $font-size-sm;
padding: 5px 11px; padding: 5px 11px;
} }
&:hover {
color: $text-color-strong;
}
&[disabled] {
color: $text-color;
}
} }
} }

Loading…
Cancel
Save