move all items stylesheet next to each other

This commit is contained in:
iLLiCiTiT 2021-05-28 13:20:10 +02:00
parent e8583ccc4a
commit cdefb10b5b

View file

@ -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};