2022-01-20 07:26:04 +01:00
|
|
|
/* Qt stylesheet. */
|
|
|
|
|
2023-02-03 06:28:29 +01:00
|
|
|
QApplication, QWidget {
|
|
|
|
font: 9pt 'Pacifico';
|
|
|
|
}
|
|
|
|
|
|
|
|
QTextEdit, QLineEdit {
|
|
|
|
font: 9pt 'Pacifico';
|
2022-01-20 07:26:04 +01:00
|
|
|
selection-background-color: #4861f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
QStatusBar::item {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
QSplitter::handle {
|
|
|
|
background: rgba(117, 117, 117, 0.5);
|
|
|
|
}
|