fixed context menu colouring
This commit is contained in:
parent
2cdc15a248
commit
d2f09e5033
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user