fix colour names
This commit is contained in:
parent
0cd29fc478
commit
c01bce19a4
@ -44,7 +44,7 @@ public class SearchController {
|
||||
// search panel
|
||||
searchButton.setText("Search");
|
||||
searchButton.setOnAction(event -> loadData());
|
||||
searchButton.setStyle("-fx-background-color: #457ecd; -fx-text-fill: #ffffff;");
|
||||
searchButton.setStyle("-fx-background-color: slateblue; -fx-text-fill: white;");
|
||||
|
||||
searchField.setOnKeyPressed(event -> {
|
||||
if (event.getCode().equals(KeyCode.ENTER)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user