mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Only hide prompt text after user starts typing
This commit is contained in:
parent
794473602e
commit
a49157a628
1 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,10 @@ bg color of non edit textFields: fafafa
|
||||||
-fx-text-fill: white;
|
-fx-text-fill: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-field {
|
||||||
|
-fx-prompt-text-fill: derive(-fx-control-inner-background, -30%);
|
||||||
|
}
|
||||||
|
|
||||||
.text-field:readonly {
|
.text-field:readonly {
|
||||||
-fx-text-fill: #000000;
|
-fx-text-fill: #000000;
|
||||||
-fx-background-color: #FAFAFA;
|
-fx-background-color: #FAFAFA;
|
||||||
|
|
Loading…
Add table
Reference in a new issue