mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 11:39:29 +00:00
increase contrast of filter toggles and remove bottom highlight
This commit is contained in:
parent
c5ef60ce5c
commit
542441d9d2
2 changed files with 4 additions and 2 deletions
|
@ -185,7 +185,7 @@ abstract public class OfferBookView<R extends GridPane, M extends OfferBookViewM
|
||||||
paymentMethodComboBox.setCellFactory(GUIUtil.getPaymentMethodCellFactory());
|
paymentMethodComboBox.setCellFactory(GUIUtil.getPaymentMethodCellFactory());
|
||||||
paymentMethodComboBox.setPrefWidth(250);
|
paymentMethodComboBox.setPrefWidth(250);
|
||||||
|
|
||||||
matchingOffersToggleButton = AwesomeDude.createIconToggleButton(AwesomeIcon.USER, null, "1.3em", null);
|
matchingOffersToggleButton = AwesomeDude.createIconToggleButton(AwesomeIcon.USER, null, "1.5em", null);
|
||||||
matchingOffersToggleButton.getStyleClass().add("toggle-button-no-slider");
|
matchingOffersToggleButton.getStyleClass().add("toggle-button-no-slider");
|
||||||
matchingOffersToggleButton.setPrefHeight(27);
|
matchingOffersToggleButton.setPrefHeight(27);
|
||||||
Tooltip matchingOffersTooltip = new Tooltip(Res.get("offerbook.matchingOffers"));
|
Tooltip matchingOffersTooltip = new Tooltip(Res.get("offerbook.matchingOffers"));
|
||||||
|
|
|
@ -561,8 +561,10 @@
|
||||||
.toggle-button-no-slider {
|
.toggle-button-no-slider {
|
||||||
-fx-focus-color: transparent;
|
-fx-focus-color: transparent;
|
||||||
-fx-faint-focus-color: transparent;
|
-fx-faint-focus-color: transparent;
|
||||||
|
-fx-background-radius: 3;
|
||||||
|
-fx-background-insets: 0, 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle-button-no-slider:selected {
|
.toggle-button-no-slider:selected {
|
||||||
-fx-background-color: -bs-color-gray-ddd;
|
-fx-background-color: -bs-color-gray-bbb;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue