Adjust QMainWindow::separator and QSplitter::handle in dark theme

This commit is contained in:
Florian Märkl 2018-03-08 12:45:34 +01:00
parent 3f4b3457b5
commit 7b552694f0

View File

@ -453,7 +453,7 @@ QMainWindow::separator {
color: white; color: white;
padding-left: 4px; padding-left: 4px;
spacing: 2px; spacing: 2px;
border: 1px dashed #76797C; /*border: 1px dashed #76797C;*/
} }
QMainWindow::separator:hover { QMainWindow::separator:hover {
@ -1149,20 +1149,21 @@ QFrame[width="3"] {
} }
QSplitter::handle { QSplitter::handle {
border: 1px dashed #76797C; background-color: #31363b;
/*border: 1px dashed #76797C;*/
} }
QSplitter::handle:hover { QSplitter::handle:hover {
background-color: #787876; background-color: #787876;
border: 1px solid #76797C; /*border: 1px solid #76797C;*/
} }
QSplitter::handle:horizontal { QSplitter::handle:horizontal {
width: 1px; width: 4px;
} }
QSplitter::handle:vertical { QSplitter::handle:vertical {
height: 1px; height: 4px;
} }
QProgressBar { QProgressBar {