White vertical line for console_style theme

This commit is contained in:
alessandro90
2019-06-30 11:52:09 +02:00
parent aee6159acf
commit 07d90d5a7a

View File

@@ -18,6 +18,14 @@ QPlainTextEdit {
selection-color: rgb(0, 0, 0);
}
QFrame[frameShape="4"],
QFrame[frameShape="5"]
{
border: none;
background: #FFFFFF;
max-width: 1px;
}
QSlider::sub-page:horizontal {
background-color: #ff9900;
}