diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py index 092ea35..f353ff8 100644 --- a/portprotonqt/themes/standart/styles.py +++ b/portprotonqt/themes/standart/styles.py @@ -200,6 +200,10 @@ ACTION_BUTTON_STYLE = """ QPushButton:pressed { background: #282a33; } + QPushButton:focus { + border: 2px solid #409EFF; + background-color: #404554; + } """ # ТЕКСТОВЫЕ СТИЛИ: ЗАГОЛОВКИ И ОСНОВНОЙ КОНТЕНТ