mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-08 15:59:26 -04:00
remove line from text input, area, and combo box
This commit is contained in:
parent
33db80eae2
commit
5d7dcc4c46
1 changed files with 6 additions and 3 deletions
|
@ -220,10 +220,14 @@
|
|||
|
||||
.jfx-combo-box {
|
||||
-jfx-focus-color: -bs-color-primary;
|
||||
-jfx-unfocus-color: -bs-color-gray-line;
|
||||
-fx-background-color: -bs-background-color;
|
||||
-fx-background-radius: 999;
|
||||
-fx-border-radius: 999;
|
||||
-fx-border-color: -bs-background-gray;
|
||||
}
|
||||
|
||||
.jfx-combo-box, .jfx-text-field, .jfx-text-area {
|
||||
-jfx-unfocus-color: transparent;
|
||||
}
|
||||
|
||||
.jfx-combo-box .arrow-button {
|
||||
|
@ -238,7 +242,7 @@
|
|||
|
||||
.jfx-combo-box > .arrow-button > .arrow {
|
||||
-fx-background-color: null;
|
||||
-fx-border-color: -jfx-unfocus-color;
|
||||
-fx-border-color: -bs-color-gray-line;
|
||||
-fx-shape: "M 0 0 l 3.5 4 l 3.5 -4";
|
||||
}
|
||||
|
||||
|
@ -519,7 +523,6 @@ tree-table-view:focused {
|
|||
|
||||
.jfx-text-area {
|
||||
-jfx-focus-color: -bs-color-primary;
|
||||
-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: 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue