mirror of https://github.com/portainer/portainer
fix toggle colors (#10503)
parent
7e4d113fda
commit
03155685ab
|
@ -76,8 +76,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.switch input[type='checkbox']:disabled:is(:checked) + .slider {
|
.switch input[type='checkbox']:disabled:is(:checked) + .slider {
|
||||||
@apply th-dark:bg-blue-9 th-dark:opacity-60;
|
@apply th-dark:!bg-blue-8 th-dark:!opacity-60;
|
||||||
@apply th-highcontrast:bg-blue-9 th-highcontrast:opacity-60;
|
@apply th-highcontrast:!bg-blue-8 th-highcontrast:!opacity-60;
|
||||||
}
|
}
|
||||||
|
|
||||||
.switch-values {
|
.switch-values {
|
||||||
|
|
Loading…
Reference in New Issue