diff options
author | bionel <ionel.busuioc@gmil.com> | 2016-08-06 14:13:48 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmil.com> | 2016-08-06 14:13:48 +0300 |
commit | 443a3e0f65cb6480be31ebe4e842c444b2097749 (patch) | |
tree | f95a01f47bd2253ad464baa4abd11143df55dbae /Kogaion-bright | |
parent | 22f1041ba2e10e4890081a97539879ad9474e387 (diff) |
thiner highlight for taskbar buttons
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 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 { |