From 977be6cf773973d856c2d388078c17eb06c022d7 Mon Sep 17 00:00:00 2001 From: Arin Alex Date: Thu, 28 Jun 2018 23:17:03 +0300 Subject: [PATCH] Dark theme updated --- 3rdparty/dark_style_sheet/qdarkstyle/style.qss | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/3rdparty/dark_style_sheet/qdarkstyle/style.qss b/3rdparty/dark_style_sheet/qdarkstyle/style.qss index 01a637b..dfca1ac 100644 --- a/3rdparty/dark_style_sheet/qdarkstyle/style.qss +++ b/3rdparty/dark_style_sheet/qdarkstyle/style.qss @@ -591,8 +591,8 @@ QStackedWidget } QToolBar { - border: 1px transparent #2b2b2b; -\\ background: 1px solid #383838; +\\ border: 1px transparent #2b2b2b; +\\ background: #383838; font-weight: bold; border-bottom: 1px solid #2b2b2b; } @@ -1061,9 +1061,9 @@ QSlider::handle:vertical { } QToolButton { - background-color: #383838; +\\ background: #404040; color : white; - border: 1px solid #383838; + border: 1px solid #404040; \\ border-radius: 2px; margin: 2px; padding: 2px; @@ -1088,6 +1088,11 @@ QToolButton:disabled{ background-color: transparent; border: 1px transparent #2b2b2b; } + + +QToolBar QToolButton{ + border: 1px solid #383838; +} \\ \\QToolButton[popupMode="1"] { /* only for MenuButtonPopup */ \\ padding-right: 20px; /* make way for the popup button */