From 217ed2f9df50fe02ab0b94b0a3e0c721954eead7 Mon Sep 17 00:00:00 2001 From: bionel Date: Tue, 16 Aug 2016 16:28:48 +0300 Subject: pimp taskbar as per god-user request --- Kogaion-bright/lxqt-panel.qss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Kogaion-bright') diff --git a/Kogaion-bright/lxqt-panel.qss b/Kogaion-bright/lxqt-panel.qss index 04e717e..3814bb7 100644 --- a/Kogaion-bright/lxqt-panel.qss +++ b/Kogaion-bright/lxqt-panel.qss @@ -220,19 +220,19 @@ QCalendarWidget QSpinBox { * TaskBar */ #TaskBar QToolButton{ - border-left: 1px solid #6e6e6e; + border-bottom: 1px solid #6e6e6e; margin: 2px; padding: 2px; } #TaskBar QToolButton:on{ background: #cccccc; - border-left: 1px solid #157DEC; + border-bottom: 1px solid #157DEC; } #TaskBar QToolButton:hover{ background: #157dec; - border-left: 1px solid #157dec; + border-bottom: 1px solid #157dec; } #TaskBar QToolButton:pressed { -- cgit v1.2.3