mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-05 03:38:46 +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. */
|
/* This is Qt CSS theme file for the overall GUI of the application. */
|
||||||
|
|
||||||
QTextEdit {
|
QTextEdit {
|
||||||
selection-background-color: #3297FD;
|
selection-background-color: #4861f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QStatusBar::item {
|
QStatusBar::item {
|
||||||
border: none;
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
QSplitter::handle {
|
||||||
|
background: rgba(117, 117, 117, 0.5);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user