craml/style/style.qss
2024-05-06 02:27:06 +08:00

26 lines
383 B
Plaintext

QWidget {
font-family: "Microsoft YaHei";
outline: none;
background-color: #111;
color: #f5f5f5;
border: none;
}
QTabWidget {
font-family: "Microsoft YaHei";
outline: none;
background-color: #111;
color: #f5f5f5;
border: none;
}
QToolButton {
border: none;
color: none;
background-color: none;
}
QLineEdit {
height: 25px;
}