mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Make roll over effect a more subtle to improve readability
This commit is contained in:
parent
2a79f1a8af
commit
eb7dfa05d7
1 changed files with 5 additions and 5 deletions
|
@ -299,11 +299,11 @@ bg color of non edit textFields: fafafa
|
|||
}
|
||||
|
||||
.jfx-button:hover, .jfx-button:focused {
|
||||
-fx-background-color: derive(-bs-rd-grey-light, -30%);
|
||||
-fx-background-color: derive(-bs-rd-grey-light, -10%);
|
||||
}
|
||||
|
||||
.action-button:hover, .action-button:focused {
|
||||
-fx-background-color: derive(-bs-rd-green-dark, -30%);
|
||||
-fx-background-color: derive(-bs-rd-green-dark, -10%);
|
||||
}
|
||||
|
||||
.action-button {
|
||||
|
@ -1718,9 +1718,9 @@ textfield */
|
|||
-fx-text-fill: -bs-rd-white;
|
||||
}
|
||||
|
||||
#buy-button-big:hover, #buy-button:hover,
|
||||
#buy-button-big:hover, #buy-button:hover,
|
||||
#buy-button-big:focused, #buy-button:focused {
|
||||
-fx-background-color: derive(-bs-buy, -30%);
|
||||
-fx-background-color: derive(-bs-buy, -10%);
|
||||
}
|
||||
|
||||
#sell-button-big {
|
||||
|
@ -1736,7 +1736,7 @@ textfield */
|
|||
|
||||
#sell-button-big:hover, #sell-button:hover,
|
||||
#sell-button-big:focused, #sell-button:focused {
|
||||
-fx-background-color: derive(-bs-sell, -30%);
|
||||
-fx-background-color: derive(-bs-sell, -10%);
|
||||
}
|
||||
|
||||
#sell-button-big.grey-style, #buy-button-big.grey-style,
|
||||
|
|
Loading…
Add table
Reference in a new issue