mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-28 17:10:28 +01:00
9 lines
171 B
CSS
Executable File
9 lines
171 B
CSS
Executable File
/* This is Qt CSS theme file for the overall GUI of the application. */
|
|
|
|
QTextEdit {
|
|
selection-background-color: #3297FD;
|
|
}
|
|
|
|
QStatusBar::item {
|
|
border: none;
|
|
} |