mirror of https://github.com/portainer/portainer
fix high contrast theme colors (#10872)
parent
380c16c8dd
commit
2f2cfad722
|
@ -238,6 +238,12 @@ textarea {
|
|||
background: var(--text-input-textarea);
|
||||
}
|
||||
|
||||
[theme='highcontrast'] input,
|
||||
[theme='highcontrast'] select,
|
||||
[theme='highcontrast'] textarea {
|
||||
border: 1px solid var(--white-color);
|
||||
}
|
||||
|
||||
.daterangepicker {
|
||||
background-color: var(--bg-daterangepicker-color);
|
||||
border: 1px solid var(--border-daterangepicker-color);
|
||||
|
|
|
@ -52,6 +52,8 @@
|
|||
border-color: var(--border-form-control-color);
|
||||
background-color: var(--bg-inputbox);
|
||||
box-shadow: none;
|
||||
|
||||
@apply th-highcontrast:border-white;
|
||||
}
|
||||
|
||||
/* Match the same box shadow styles as the other portainer inputs, which are inherited from the bootstrap form-control class */
|
||||
|
|
Loading…
Reference in New Issue