2017-01-12 07:52:43 +01:00
|
|
|
/* This is Qt CSS theme file for the overall GUI of the application. */
|
|
|
|
|
2017-10-25 11:23:49 +02:00
|
|
|
QTextEdit {
|
2020-11-11 09:07:14 +01:00
|
|
|
selection-background-color: #4861f0;
|
2017-10-25 11:23:49 +02:00
|
|
|
}
|
|
|
|
|
2017-01-12 07:52:43 +01:00
|
|
|
QStatusBar::item {
|
|
|
|
border: none;
|
2020-11-11 09:07:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
QSplitter::handle {
|
|
|
|
background: rgba(117, 117, 117, 0.5);
|
2017-01-12 07:52:43 +01:00
|
|
|
}
|