18 lines
278 B
Plaintext
18 lines
278 B
Plaintext
/* Qt stylesheet. */
|
|
|
|
QApplication, QWidget {
|
|
font: 9pt 'Pacifico';
|
|
}
|
|
|
|
QTextEdit, QLineEdit {
|
|
font: 9pt 'Pacifico';
|
|
selection-background-color: #4861f0;
|
|
}
|
|
|
|
QStatusBar::item {
|
|
border: none;
|
|
}
|
|
|
|
QSplitter::handle {
|
|
background: rgba(117, 117, 117, 0.5);
|
|
} |