From e9ecb466b258511a7574dcbb09b525e7e5f7c1d4 Mon Sep 17 00:00:00 2001 From: dervart Date: Fri, 13 Jun 2025 18:09:06 +0700 Subject: [PATCH] combobox styles for hover & focus --- portprotonqt/themes/standart/styles.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py index 8847a85..a09f49d 100644 --- a/portprotonqt/themes/standart/styles.py +++ b/portprotonqt/themes/standart/styles.py @@ -641,11 +641,12 @@ SETTINGS_COMBO_STYLE = f""" }} QComboBox:hover {{ border: 2px solid #409EFF; + background: #409EFF; }} /* Состояние фокуса */ QComboBox:focus {{ border: 2px solid #409EFF; - background-color: #404554; + background-color: #409EFF; }} QComboBox::drop-down {{ subcontrol-origin: padding;