mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-01-26 02:11:10 +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-padding: 0 0 0 12;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
-fx-show-delay: 400ms;
|
||||
}
|
Loading…
Reference in a new issue