From 443a3e0f65cb6480be31ebe4e842c444b2097749 Mon Sep 17 00:00:00 2001 From: bionel Date: Sat, 6 Aug 2016 14:13:48 +0300 Subject: thiner highlight for taskbar buttons --- Kogaion-bright/lxqt-panel.qss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Kogaion-bright/lxqt-panel.qss') diff --git a/Kogaion-bright/lxqt-panel.qss b/Kogaion-bright/lxqt-panel.qss index ea470db..04e717e 100644 --- a/Kogaion-bright/lxqt-panel.qss +++ b/Kogaion-bright/lxqt-panel.qss @@ -220,19 +220,19 @@ QCalendarWidget QSpinBox { * TaskBar */ #TaskBar QToolButton{ - border-left: 3px solid #6e6e6e; + border-left: 1px solid #6e6e6e; margin: 2px; padding: 2px; } #TaskBar QToolButton:on{ background: #cccccc; - border-left: 3px solid #157DEC; + border-left: 1px solid #157DEC; } #TaskBar QToolButton:hover{ background: #157dec; - border-left: 3px solid #157dec; + border-left: 1px solid #157dec; } #TaskBar QToolButton:pressed { -- cgit v1.2.3