mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-01-27 10:51:09 +00:00
reduce default tooltip show delay to 400ms
This commit is contained in:
parent
2b145cb9cc
commit
7a5f4ff294
1 changed files with 4 additions and 0 deletions
|
@ -328,3 +328,7 @@ CellView > .text-input.text-field {
|
||||||
-fx-text-fill: rgb(238, 210, 2);
|
-fx-text-fill: rgb(238, 210, 2);
|
||||||
-fx-padding: 0 0 0 12;
|
-fx-padding: 0 0 0 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tooltip {
|
||||||
|
-fx-show-delay: 400ms;
|
||||||
|
}
|
Loading…
Reference in a new issue