Skip to content

Commit

Permalink
Next work
Browse files Browse the repository at this point in the history
  • Loading branch information
helixx87 committed Feb 13, 2024
1 parent 7bc1fb1 commit e409105
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions desktop/src/main/java/bisq/desktop/bisq.css
Original file line number Diff line number Diff line change
Expand Up @@ -2130,6 +2130,11 @@ textfield */
-fx-font-family: "IBM Plex Sans";
}

#advanced-balance-combo, #advanced-balance-combo > * {
-fx-opacity: 1 !important;
-fx-text-fill: #ffffff !important;
}

#advanced-balance-combo {
-fx-background-color: none;
}
Expand Down
1 change: 1 addition & 0 deletions desktop/src/main/java/bisq/desktop/main/MainView.java
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ private ComboBox<BalanceComboBoxItem> getAdvancedBalanceBox() {
balanceComboBox.setButtonCell(buttonCell);

balanceComboBox.setEditable(false);
balanceComboBox.setDisable(true);

return balanceComboBox;
}
Expand Down

0 comments on commit e409105

Please sign in to comment.