mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-29 09:31:24 +01:00
12 lines
165 B
CSS
12 lines
165 B
CSS
QTextEdit {
|
|
selection-background-color: #4861f0;
|
|
}
|
|
|
|
QStatusBar::item {
|
|
border: none;
|
|
}
|
|
|
|
QSplitter::handle {
|
|
background: rgba(117, 117, 117, 0.5);
|
|
}
|