mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-25 13:38:44 +01:00
15 lines
230 B
Plaintext
15 lines
230 B
Plaintext
|
QPlainTextEdit:focus {
|
||
|
border: 1px solid palette(highlight);
|
||
|
}
|
||
|
|
||
|
QSplitter::handle {
|
||
|
background: palette(dark);
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* For `qt5-styleplugins`: motif, cde, gtk2, etc.
|
||
|
*/
|
||
|
QStatusBar::item {
|
||
|
border: none;
|
||
|
}
|