From db95120b87751b941ee346c4cbf5b47918fc9732 Mon Sep 17 00:00:00 2001 From: dervart Date: Thu, 12 Jun 2025 16:50:45 +0700 Subject: [PATCH] change addgame, play, find_games hover color --- portprotonqt/themes/standart/styles.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py index 31c201d..b34d6ca 100644 --- a/portprotonqt/themes/standart/styles.py +++ b/portprotonqt/themes/standart/styles.py @@ -86,7 +86,7 @@ SEARCH_EDIT_STYLE = """ color: #ffffff; } QLineEdit:focus { - border: 1px solid #09bec8; + border: 1px solid #409EFF; } """ @@ -269,10 +269,10 @@ ADDGAME_BACK_BUTTON_STYLE = """ padding: 8px 16px; } QPushButton:hover { - background: #09bec8; + background: #409EFF; } QPushButton:pressed { - background: #09bec8; + background: #409EFF; } """ @@ -326,10 +326,10 @@ PLAY_BUTTON_STYLE = """ min-height: 40px; } QPushButton:hover { - background: #09bec8; + background: #409EFF; } QPushButton:pressed { - background: #09bec8; + background: #409EFF; } """