diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py index 65325a40..39aa6ddb 100644 --- a/portprotonqt/themes/standart/styles.py +++ b/portprotonqt/themes/standart/styles.py @@ -1018,6 +1018,11 @@ QComboBox:focus {{ border: {border_c} {color_a}; background-color: {color_a}; }} +QComboBox:disabled {{ + background: #2a2c35; + border: {border_c} #2a2c35; + color: #777a84; +}} QComboBox::drop-down {{ subcontrol-origin: padding; subcontrol-position: center right;