Skip to content

Commit

Permalink
ClockPicker use primary color for active hours or minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Feb 4, 2024
1 parent 84f04e6 commit 3b9c704
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ body .clockpicker-plate {
body .popover.bottom > .arrow:after {
border-bottom-color: var(--surface-d, #fff);
}

body .btn-default,
body .popover-title .text-primary,
body .clockpicker-tick {
color: var(--text-color, #333) !important;
}
body .popover-title .text-primary{
color: var(--primary-color, #333) !important;
}
body .clockpicker-popover .popover-title {
color: var(--text-color-secondary, #888);
}
Expand Down Expand Up @@ -71,4 +72,4 @@ body .clockpicker-canvas line {
body .clockpicker-tick.active, body .clockpicker-tick:hover {
background-color: var(--surface-b, #888);
opacity: .7;
}
}

0 comments on commit 3b9c704

Please sign in to comment.