fix: progress bar color in dark mode
Resolves https://kolaente.dev/vikunja/frontend/issues/2194
This commit is contained in:
parent
0e09f9fded
commit
8b3072672a
2 changed files with 1 additions and 5 deletions
|
@ -245,6 +245,7 @@
|
||||||
--border: var(--grey-200);
|
--border: var(--grey-200);
|
||||||
--input-disabled-background-color: var(--grey-100);
|
--input-disabled-background-color: var(--grey-100);
|
||||||
--input-disabled-border-color: var(--grey-300);
|
--input-disabled-border-color: var(--grey-300);
|
||||||
|
--progress-value-background-color: var(--grey-500);
|
||||||
// END Overrides of Bulma defaults
|
// END Overrides of Bulma defaults
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -52,11 +52,6 @@ h6 {
|
||||||
margin: 0 0.5rem 0 0;
|
margin: 0 0.5rem 0 0;
|
||||||
flex: 3 1 auto;
|
flex: 3 1 auto;
|
||||||
|
|
||||||
&::-moz-progress-bar,
|
|
||||||
&::-webkit-progress-value {
|
|
||||||
background: var(--grey-500);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: $tablet) {
|
@media screen and (max-width: $tablet) {
|
||||||
margin: 0.5rem 0 0 0;
|
margin: 0.5rem 0 0 0;
|
||||||
order: 1;
|
order: 1;
|
||||||
|
|
Loading…
Reference in a new issue