mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added style for qmenu
This commit is contained in:
parent
4e441e870c
commit
8f4b76ebf9
1 changed files with 10 additions and 0 deletions
|
|
@ -84,6 +84,16 @@ QProgressBar::chunk:horizontal {
|
||||||
background-color: rgb(72, 200, 150);
|
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 {
|
#Console {
|
||||||
background-color: rgb(32, 32, 32);
|
background-color: rgb(32, 32, 32);
|
||||||
color: rgb(72, 200, 150);
|
color: rgb(72, 200, 150);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue