mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
move all items stylesheet next to each other
This commit is contained in:
parent
e8583ccc4a
commit
cdefb10b5b
1 changed files with 6 additions and 5 deletions
|
|
@ -90,6 +90,12 @@ QMenu::item {
|
|||
padding: 5px 10px 5px 5px;
|
||||
border-left: 3px solid {color:bg-view};
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
border-left-color: {color:active_1};
|
||||
background: {color:bg-view-selection};
|
||||
}
|
||||
|
||||
QMenu::right-arrow {
|
||||
min-width: 10px;
|
||||
}
|
||||
|
|
@ -100,11 +106,6 @@ QMenu::separator {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
QMenu::item:selected {
|
||||
border-left-color: {color:active_1};
|
||||
background: {color:bg-view-selection};
|
||||
}
|
||||
|
||||
/* Combobox */
|
||||
QComboBox {
|
||||
border: 1px solid {color:border};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue