mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 03:36:24 -04:00
use .001
This commit is contained in:
parent
56cd955de8
commit
13a7c93318
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ tree-table-view:focused {
|
|||
|
||||
.nav-secondary-button {
|
||||
-fx-cursor: hand;
|
||||
-fx-background-color: rgba(0, 0, 0, 0.0001); /* Fix JavaFX quirk where overlaid button with transparent background does not reliably show hand cursor */
|
||||
-fx-background-color: rgba(0, 0, 0, 0.001); /* Fix JavaFX quirk where overlaid button with transparent background does not reliably show hand cursor */
|
||||
-fx-background-insets: 0;
|
||||
-fx-padding: 9 15;
|
||||
-fx-border-color: transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue