mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-28 09:24:15 -04:00
increase roundedness for text area
This commit is contained in:
parent
58d7034014
commit
e67fd48ac4
1 changed files with 2 additions and 2 deletions
|
@ -520,8 +520,8 @@ tree-table-view:focused {
|
|||
-jfx-unfocus-color: -bs-color-gray-line;
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
|
||||
-fx-background-radius: 8;
|
||||
-fx-border-radius: 8;
|
||||
-fx-background-radius: 10;
|
||||
-fx-border-radius: 10;
|
||||
}
|
||||
|
||||
.jfx-text-area:readonly {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue