mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
13 lines
238 B
CSS
Executable File
13 lines
238 B
CSS
Executable File
/* This is Qt CSS theme file for the overall GUI of the application. */
|
|
|
|
QTextEdit {
|
|
selection-background-color: #4861f0;
|
|
}
|
|
|
|
QStatusBar::item {
|
|
border: none;
|
|
}
|
|
|
|
QSplitter::handle {
|
|
background: rgba(117, 117, 117, 0.5);
|
|
} |