mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
fix(wizard): highcontrast style for BE only options (#7544)
This commit is contained in:
parent
a2a35a1851
commit
87214d48be
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
@apply border border-solid;
|
@apply border border-solid;
|
||||||
@apply bg-gray-2 border-gray-5 text-black;
|
@apply bg-gray-2 border-gray-5 text-black;
|
||||||
@apply th-dark:bg-gray-iron-10 th-dark:border-gray-neutral-8 th-dark:text-white;
|
@apply th-dark:bg-gray-iron-10 th-dark:border-gray-neutral-8 th-dark:text-white;
|
||||||
|
@apply th-highcontrast:bg-gray-iron-10 th-highcontrast:border-gray-neutral-8 th-highcontrast:text-white;
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue