forked from Boria138/PortProtonQt
chore(settings): added disable style to comboboxes
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@@ -1018,6 +1018,11 @@ QComboBox:focus {{
|
|||||||
border: {border_c} {color_a};
|
border: {border_c} {color_a};
|
||||||
background-color: {color_a};
|
background-color: {color_a};
|
||||||
}}
|
}}
|
||||||
|
QComboBox:disabled {{
|
||||||
|
background: #2a2c35;
|
||||||
|
border: {border_c} #2a2c35;
|
||||||
|
color: #777a84;
|
||||||
|
}}
|
||||||
QComboBox::drop-down {{
|
QComboBox::drop-down {{
|
||||||
subcontrol-origin: padding;
|
subcontrol-origin: padding;
|
||||||
subcontrol-position: center right;
|
subcontrol-position: center right;
|
||||||
|
|||||||
Reference in New Issue
Block a user