mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
qmenu items are visible
This commit is contained in:
parent
f66d14e582
commit
d1ffd17f5f
1 changed files with 13 additions and 0 deletions
|
|
@ -5,6 +5,19 @@ QWidget {
|
|||
border-radius: 0px;
|
||||
}
|
||||
|
||||
QMenu {
|
||||
border: 1px solid #555555;
|
||||
background-color: #1d272f;
|
||||
}
|
||||
|
||||
QMenu::item {
|
||||
padding: 5px 10px 5px 10px;
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
background-color: #202e3a;
|
||||
}
|
||||
|
||||
QCheckBox::indicator {
|
||||
}
|
||||
QCheckBox::indicator:focus {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue