2021-08-05 01:00:12 +02:00
|
|
|
// All dark themes
|
|
|
|
$input-group-addon-color: #222;
|
|
|
|
$input-disabled-bg: #111;
|
2021-08-09 23:32:24 +02:00
|
|
|
$alert-bg-scale: 70%;
|
2021-08-14 17:00:32 +02:00
|
|
|
$secondary: #222;
|
2022-12-22 18:28:51 +01:00
|
|
|
$table-striped-bg: rgba(#fff, 0.05);
|
2022-12-23 18:26:16 +01:00
|
|
|
|
|
|
|
$es-choices-highlight-color: #000;
|
2023-01-24 19:45:48 +01:00
|
|
|
|
|
|
|
$invert-color-value: 1 !default;
|
|
|
|
|
|
|
|
/* Invert the clock icon color for Chrome */
|
|
|
|
input[type='time']::-webkit-calendar-picker-indicator {
|
|
|
|
filter: invert($invert-color-value);
|
|
|
|
}
|