mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-02-13 23:14:11 -05:00
Co-authored-by: Christopher <39032787+MrRobotjs@users.noreply.github.com> Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
22 lines
444 B
SCSS
22 lines
444 B
SCSS
.progress {
|
|
background-color: var(--progress-bg-color);
|
|
}
|
|
|
|
.progress-bar {
|
|
background-color: var(--progress-bar-color);
|
|
}
|
|
|
|
.progress-bar.text-bg-success {
|
|
background-color: var(--progress-bar-color) !important;
|
|
}
|
|
|
|
.progress-bar-striped {
|
|
background-image: var(--progress-striped-animated-color);
|
|
background-color: unset;
|
|
}
|
|
|
|
// Bootstrap sliders:
|
|
.form-range::-webkit-slider-thumb {
|
|
background-color: var(--primary-color);
|
|
}
|