mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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);
|
||||
}
|
||||
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue