fixed context menu colouring

This commit is contained in:
aj 2019-05-13 16:19:42 +01:00
parent 2cdc15a248
commit d2f09e5033

View File

@ -65,6 +65,14 @@
-fx-background-color: #202124; -fx-background-color: #202124;
} }
.context-menu {
-fx-background-color: #202124;
}
.menu-item:focused {
-fx-background-color: #4D4D4D;
}
.label { .label {
-fx-text-fill: white; -fx-text-fill: white;
} }