mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 10:49:19 -04:00
re-add borders to all inputs in light mode
This commit is contained in:
parent
3ff266eeeb
commit
ce78ee0984
1 changed files with 5 additions and 0 deletions
|
@ -158,3 +158,8 @@
|
|||
rgba(215, 48, 48, 0.0) 100%
|
||||
);
|
||||
}
|
||||
|
||||
/* All inputs have border in light mode. */
|
||||
.jfx-combo-box, .jfx-text-field, .jfx-text-area, .jfx-password-field {
|
||||
-fx-border-color: -bs-color-border-form-field;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue