mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-05 05:46:44 +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-width: 0;
|
||||||
-fx-border-insets: 0;
|
-fx-border-insets: 0;
|
||||||
-fx-background-color: transparent;
|
-fx-background-color: transparent;
|
||||||
-fx-opacity: 0.7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-button:hover {
|
.icon-button .glyph-font {
|
||||||
-fx-opacity: 1.0;
|
-fx-text-fill: #1e88cf;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-button:hover .glyph-font {
|
||||||
|
-fx-text-fill: #259cf5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.number-field {
|
.number-field {
|
||||||
|
|
Loading…
Reference in a new issue