mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
90 lines
1.1 KiB
Plaintext
90 lines
1.1 KiB
Plaintext
* {
|
|
background-color : black;
|
|
color : white;
|
|
}
|
|
|
|
QLabel:disabled {
|
|
color : gray;
|
|
opacity : 100;
|
|
}
|
|
|
|
QPushButton {
|
|
color : white;
|
|
border : none;
|
|
}
|
|
|
|
QPushButton:pressed {
|
|
color : white;
|
|
font : bold;
|
|
border : none;
|
|
}
|
|
|
|
QPushButton:hover {
|
|
color : white;
|
|
text-decoration : underline;
|
|
border : none;
|
|
}
|
|
|
|
QPushButton:disabled {
|
|
opacity : 100;
|
|
border : none;
|
|
}
|
|
|
|
QPushButton:disabled {
|
|
opacity : 100;
|
|
border : 5px;
|
|
}
|
|
|
|
QTabWidget {
|
|
background-color : transparent;
|
|
}
|
|
|
|
QMainWindow QLabel {
|
|
color : white;
|
|
}
|
|
|
|
QStatusBar {
|
|
color : white;
|
|
background-color : black;
|
|
}
|
|
|
|
QMainWindow QLabel {
|
|
color : white;
|
|
}
|
|
|
|
QMenu::item {
|
|
color: white;
|
|
background-color : black;
|
|
}
|
|
|
|
QMenu::item:selected {
|
|
color: yellow;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
QMenu::item:disabled {
|
|
color: gray;
|
|
opacity : 100;
|
|
}
|
|
|
|
QMenu {
|
|
background-color : black;
|
|
}
|
|
|
|
QMenuBar {
|
|
background-color : black;
|
|
}
|
|
|
|
QMenuBar::item {
|
|
color : black;
|
|
background-color : black;
|
|
}
|
|
|
|
QMenuBar::item:disabled {
|
|
color : gray;
|
|
background-color : black;
|
|
}
|
|
|
|
QGroupBox {
|
|
background-color: transparent;
|
|
} |