Better color for splitter handler, unify color of selection bg with sking.
This commit is contained in:
parent
083ac809ea
commit
72b7182752
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue