mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 03:36:24 -04:00
make password fields rounded
This commit is contained in:
parent
118df697b5
commit
4dfe4ebd4d
1 changed files with 2 additions and 0 deletions
|
@ -400,6 +400,8 @@ tree-table-view:focused {
|
|||
-fx-background-radius: 3 3 0 0;
|
||||
-jfx-focus-color: -bs-color-primary;
|
||||
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
|
||||
-fx-background-radius: 999;
|
||||
-fx-border-radius: 999;
|
||||
}
|
||||
|
||||
.jfx-password-field > .input-line {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue