add net style text
This commit is contained in:
parent
bcfbbe33e8
commit
d190a3a7db
@ -12,3 +12,9 @@ QPushButton {
|
|||||||
QPushButton:pressed {
|
QPushButton:pressed {
|
||||||
background-color: #1e90ff;
|
background-color: #1e90ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton#SettingsRow QLabel#SettingsRowTitle,
|
||||||
|
QPushButton#SettingsRow QLabel#SettingsRowSub,
|
||||||
|
QPushButton#SettingsRow QLabel#SettingsChevron {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|||||||
@ -44,6 +44,7 @@ QMenu::item:selected { background: #F3F4F6; }
|
|||||||
#SettingsRowTitle { color: #111827; }
|
#SettingsRowTitle { color: #111827; }
|
||||||
#SettingsRowSub { color: rgba(107,114,128,0.95); }
|
#SettingsRowSub { color: rgba(107,114,128,0.95); }
|
||||||
#SettingsChevron { color: rgba(107,114,128,0.95); }
|
#SettingsChevron { color: rgba(107,114,128,0.95); }
|
||||||
|
#SettingsRowTitle, #SettingsRowSub, #SettingsChevron { background: transparent; }
|
||||||
|
|
||||||
#SettingsBackBtn {
|
#SettingsBackBtn {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
|
|||||||
@ -41,6 +41,7 @@ QMenu::item:selected { background: #1B2330; }
|
|||||||
#SettingsRowTitle { color: #E6EAF0; }
|
#SettingsRowTitle { color: #E6EAF0; }
|
||||||
#SettingsRowSub { color: rgba(138,147,166,0.95); }
|
#SettingsRowSub { color: rgba(138,147,166,0.95); }
|
||||||
#SettingsChevron { color: rgba(138,147,166,0.95); }
|
#SettingsChevron { color: rgba(138,147,166,0.95); }
|
||||||
|
#SettingsRowTitle, #SettingsRowSub, #SettingsChevron { background: transparent; }
|
||||||
|
|
||||||
#SettingsBackBtn {
|
#SettingsBackBtn {
|
||||||
background: #141A22;
|
background: #141A22;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user