Fix gui theme to correctly color the button bar (#1626)

This commit is contained in:
Ben Carman 2020-07-06 11:11:25 -05:00 committed by GitHub
parent 16dd256716
commit fdd5bc9ccc

View File

@ -13,7 +13,7 @@
}
/** Customization of the bar where the buttons are located**/
.dialog > .dialog-pane > .button-bar {
.dialog-pane > .button-bar > .container {
-fx-background-color: #304c5a;
-fx-base: #304c5a;
}