mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 06:45:23 +02:00
feature(UI): toggle styling changes [EE-4602] (#10373)
This commit is contained in:
parent
6a5f5aa424
commit
31bcba96c6
4 changed files with 28 additions and 14 deletions
|
@ -18,7 +18,9 @@
|
|||
}
|
||||
|
||||
.switch i {
|
||||
background: var(--bg-switch-box-color);
|
||||
@apply bg-gray-6;
|
||||
@apply th-dark:bg-gray-warm-8;
|
||||
@apply th-highcontrast:bg-gray-warm-8;
|
||||
}
|
||||
|
||||
.table > thead > tr > th,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue