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:
parent
7e4d113fda
commit
03155685ab
1 changed files with 2 additions and 2 deletions
4
app/assets/css/bootstrap-override.css
vendored
4
app/assets/css/bootstrap-override.css
vendored
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue