mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-01 02:48:05 +01:00
11 lines
163 B
CSS
11 lines
163 B
CSS
QTextEdit {
|
|
selection-background-color: #4861f0;
|
|
}
|
|
|
|
QStatusBar::item {
|
|
border: none;
|
|
}
|
|
|
|
QSplitter::handle {
|
|
background: rgba(117, 117, 117, 0.5);
|
|
} |