Files
wei f6bf8f5c8b Add multiple languages (i18n) support.
Now you can add a version in profile manage page.

Add install java button and dialog.
2026-08-04 17:39:38 +08:00

120 lines
2.4 KiB
Plaintext

QWidget#settingsPage,
QWidget#settingsMainPage,
QWidget#settingsScrollContent {
background-color: palette(window);
}
QScrollArea#settingsScrollArea {
border: none;
background-color: palette(window);
}
QScrollArea#settingsScrollArea > QWidget > QWidget {
background-color: palette(window);
}
QLabel#settingsPageTitle {
font-size: 18pt;
font-weight: bold;
}
QPushButton#settingsItem {
min-height: 68px;
border: 1px solid palette(mid);
border-radius: 8px;
background-color: palette(button);
text-align: left;
}
QPushButton#settingsItem:hover {
background-color: palette(midlight);
}
QPushButton#settingsItem:pressed {
background-color: palette(dark);
}
QLabel#settingsItemTitle {
color: palette(button-text);
font-size: 11pt;
font-weight: bold;
}
QLabel#settingsItemDescription {
color: palette(placeholder-text);
font-size: 9pt;
}
QLabel#settingsHelpText {
color: palette(placeholder-text);
font-size: 9pt;
}
QPushButton#settingsBackButton {
border: none;
border-radius: 8px;
background-color: transparent;
font-size: 22px;
}
QPushButton#settingsBackButton:hover {
background-color: palette(button);
}
QPushButton#settingsBackButton:pressed {
background-color: palette(midlight);
}
QLabel#settingsSubPageTitle {
font-size: 15pt;
font-weight: bold;
}
QLabel#settingsBrand {
font-size: 20px;
font-weight: bold;
}
QLabel#settingsVersion {
font-size: 12px;
}
QPlainTextEdit#settingsDescription {
font-size: 13px;
}
QWidget#settingsPage QComboBox {
min-height: 22px;
padding: 6px 32px 6px 10px;
border: 1px solid palette(mid);
border-radius: 6px;
background-color: palette(base);
color: palette(text);
selection-background-color: palette(highlight);
selection-color: palette(highlighted-text);
}
QWidget#settingsPage QComboBox:hover {
border-color: palette(highlight);
}
QWidget#settingsPage QComboBox:focus {
border: 2px solid palette(highlight);
padding: 5px 31px 5px 9px;
}
/*QWidget#settingsPage QComboBox::drop-down {*/
/* width: 28px;*/
/* border: none;*/
/* border-left: 1px solid palette(mid);*/
/*}*/
QWidget#settingsPage QComboBox QAbstractItemView {
border: 1px solid palette(mid);
background-color: palette(base);
color: palette(text);
selection-background-color: palette(highlight);
selection-color: palette(highlighted-text);
outline: none;
}