mirror of https://github.com/portainer/portainer
fix(wizard): highcontrast style for BE only options (#7544)
parent
a2a35a1851
commit
87214d48be
|
@ -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…
Reference in New Issue