diff options
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 { |