add net style text

This commit is contained in:
Your Name 2026-01-09 02:18:29 +03:00
parent bcfbbe33e8
commit d190a3a7db
3 changed files with 8 additions and 0 deletions

View File

@ -12,3 +12,9 @@ QPushButton {
QPushButton:pressed {
background-color: #1e90ff;
}
QPushButton#SettingsRow QLabel#SettingsRowTitle,
QPushButton#SettingsRow QLabel#SettingsRowSub,
QPushButton#SettingsRow QLabel#SettingsChevron {
background: transparent;
}

View File

@ -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;

View File

@ -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;