From 07d90d5a7ac4277c04df377801e71538b18a805d Mon Sep 17 00:00:00 2001 From: alessandro90 Date: Sun, 30 Jun 2019 11:52:09 +0200 Subject: [PATCH] White vertical line for console_style theme --- themes/console_style/console_style.qss | 8 ++++++++ 1 file changed, 8 insertions(+) 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; }