1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix toggle colors (#10503)

This commit is contained in:
Prabhat Khera 2023-10-19 15:01:31 +13:00 committed by GitHub
parent 7e4d113fda
commit 03155685ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,8 +76,8 @@
}
.switch input[type='checkbox']:disabled:is(:checked) + .slider {
@apply th-dark:bg-blue-9 th-dark:opacity-60;
@apply th-highcontrast:bg-blue-9 th-highcontrast:opacity-60;
@apply th-dark:!bg-blue-8 th-dark:!opacity-60;
@apply th-highcontrast:!bg-blue-8 th-highcontrast:!opacity-60;
}
.switch-values {