mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 18:58:51 -04:00
make the text fields rounded
This commit is contained in:
parent
a54877f482
commit
73c1049b97
2 changed files with 2 additions and 13 deletions
|
@ -316,7 +316,8 @@ 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-background-radius: 3 3 0 0;
|
-fx-background-radius: 999;
|
||||||
|
-fx-border-radius: 999;
|
||||||
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
|
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -384,18 +384,6 @@
|
||||||
-fx-border-width: 0;
|
-fx-border-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jfx-text-field {
|
|
||||||
-fx-background-radius: 4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.jfx-text-field > .input-line {
|
|
||||||
-fx-translate-x: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.jfx-text-field > .input-focused-line {
|
|
||||||
-fx-translate-x: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.jfx-text-field-top-label {
|
.jfx-text-field-top-label {
|
||||||
-fx-text-fill: -bs-color-gray-dim;
|
-fx-text-fill: -bs-color-gray-dim;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue