diff options
author | bionel <ionel.busuioc@gmil.com> | 2016-08-16 16:28:48 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmil.com> | 2016-08-16 16:28:48 +0300 |
commit | 217ed2f9df50fe02ab0b94b0a3e0c721954eead7 (patch) | |
tree | e6faafe47e0f57583f9a03d00049995bdb4a853f /Kogaion-bright | |
parent | 72648f3b3cce021537c1c0bc9be09c206f81f170 (diff) |
pimp taskbar as per god-user request
Diffstat (limited to 'Kogaion-bright')
-rw-r--r-- | Kogaion-bright/lxqt-panel.qss | 6 |
1 files changed, 3 insertions, 3 deletions
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 { |