diff --git a/themes/console_style/console_style.qss b/themes/console_style/console_style.qss index a0e14c6..36357d7 100644 --- a/themes/console_style/console_style.qss +++ b/themes/console_style/console_style.qss @@ -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; }