mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
highlight csv download buttons
This commit is contained in:
parent
700c880b92
commit
15500b6535
1 changed files with 6 additions and 3 deletions
|
@ -236,11 +236,14 @@
|
|||
-fx-border-width: 0;
|
||||
-fx-border-insets: 0;
|
||||
-fx-background-color: transparent;
|
||||
-fx-opacity: 0.7;
|
||||
}
|
||||
|
||||
.icon-button:hover {
|
||||
-fx-opacity: 1.0;
|
||||
.icon-button .glyph-font {
|
||||
-fx-text-fill: #1e88cf;
|
||||
}
|
||||
|
||||
.icon-button:hover .glyph-font {
|
||||
-fx-text-fill: #259cf5;
|
||||
}
|
||||
|
||||
.number-field {
|
||||
|
|
Loading…
Reference in a new issue