diff --git a/styles/style.qss b/styles/style.qss index dcca1d3..f9c4451 100644 --- a/styles/style.qss +++ b/styles/style.qss @@ -12,3 +12,9 @@ QPushButton { QPushButton:pressed { background-color: #1e90ff; } + +QPushButton#SettingsRow QLabel#SettingsRowTitle, +QPushButton#SettingsRow QLabel#SettingsRowSub, +QPushButton#SettingsRow QLabel#SettingsChevron { + background: transparent; +} diff --git a/themes/day.py b/themes/day.py index 6b6b231..cb0c4fe 100644 --- a/themes/day.py +++ b/themes/day.py @@ -44,6 +44,7 @@ QMenu::item:selected { background: #F3F4F6; } #SettingsRowTitle { color: #111827; } #SettingsRowSub { color: rgba(107,114,128,0.95); } #SettingsChevron { color: rgba(107,114,128,0.95); } +#SettingsRowTitle, #SettingsRowSub, #SettingsChevron { background: transparent; } #SettingsBackBtn { background: #FFFFFF; diff --git a/themes/night.py b/themes/night.py index 9fc63ef..287a95a 100644 --- a/themes/night.py +++ b/themes/night.py @@ -41,6 +41,7 @@ QMenu::item:selected { background: #1B2330; } #SettingsRowTitle { color: #E6EAF0; } #SettingsRowSub { color: rgba(138,147,166,0.95); } #SettingsChevron { color: rgba(138,147,166,0.95); } +#SettingsRowTitle, #SettingsRowSub, #SettingsChevron { background: transparent; } #SettingsBackBtn { background: #141A22;