mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-26 15:34:59 +01:00
Better color for splitter handler, unify color of selection bg with sking.
This commit is contained in:
parent
083ac809ea
commit
72b7182752
@ -1,9 +1,13 @@
|
||||
/* This is Qt CSS theme file for the overall GUI of the application. */
|
||||
|
||||
QTextEdit {
|
||||
selection-background-color: #3297FD;
|
||||
selection-background-color: #4861f0;
|
||||
}
|
||||
|
||||
QStatusBar::item {
|
||||
border: none;
|
||||
}
|
||||
|
||||
QSplitter::handle {
|
||||
background: rgba(117, 117, 117, 0.5);
|
||||
}
|
Loading…
Reference in New Issue
Block a user