added style for qmenu

This commit is contained in:
iLLiCiTiT 2021-04-28 09:53:58 +02:00
parent 4e441e870c
commit 8f4b76ebf9

View file

@ -84,6 +84,16 @@ QProgressBar::chunk:horizontal {
background-color: rgb(72, 200, 150);
}
QMenu {
background-color: rgb(32, 32, 32);
}
QMenu::item {
background-color: transparent;
}
QMenu::item:selected {
background-color: rgba(72, 200, 150, 63);
}
#Console {
background-color: rgb(32, 32, 32);
color: rgb(72, 200, 150);