mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-03 04:06:23 -04:00
corners are rounded in confirm create offer
This commit is contained in:
parent
cbd8b9147c
commit
4a04b7095c
1 changed files with 3 additions and 1 deletions
|
@ -342,9 +342,9 @@ tree-table-view:focused {
|
||||||
.jfx-text-field {
|
.jfx-text-field {
|
||||||
-jfx-focus-color: -bs-color-primary;
|
-jfx-focus-color: -bs-color-primary;
|
||||||
-fx-background-color: -bs-background-color;
|
-fx-background-color: -bs-background-color;
|
||||||
|
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
|
||||||
-fx-background-radius: 999;
|
-fx-background-radius: 999;
|
||||||
-fx-border-radius: 999;
|
-fx-border-radius: 999;
|
||||||
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.jfx-text-field > .input-line {
|
.jfx-text-field > .input-line {
|
||||||
|
@ -455,6 +455,8 @@ tree-table-view:focused {
|
||||||
-fx-background-color: -bs-color-gray-1;
|
-fx-background-color: -bs-color-gray-1;
|
||||||
-fx-border-width: 0;
|
-fx-border-width: 0;
|
||||||
-fx-pref-width: 300;
|
-fx-pref-width: 300;
|
||||||
|
-fx-background-radius: 999;
|
||||||
|
-fx-border-radius: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-with-border-readonly .text-field {
|
.input-with-border-readonly .text-field {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue