diff options
author | bionel <ionel.busuioc@gmil.com> | 2016-08-06 11:48:12 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmil.com> | 2016-08-06 11:48:12 +0300 |
commit | fdd5222f51f799478483966b2484d159c719ffd4 (patch) | |
tree | a6425b85bfaafa957ef4c5a89355d578758f344e /Kogaion-daytime | |
parent | ea69ff6c989ec6016bf0225a74f771f46e15dd18 (diff) |
add bright theme, do some cleanup
Diffstat (limited to 'Kogaion-daytime')
-rw-r--r-- | Kogaion-daytime/debug.png | bin | 0 -> 11830 bytes | |||
-rw-r--r-- | Kogaion-daytime/lxqt-panel.qss | 5 |
2 files changed, 1 insertions, 4 deletions
diff --git a/Kogaion-daytime/debug.png b/Kogaion-daytime/debug.png Binary files differnew file mode 100644 index 0000000..84d5534 --- /dev/null +++ b/Kogaion-daytime/debug.png diff --git a/Kogaion-daytime/lxqt-panel.qss b/Kogaion-daytime/lxqt-panel.qss index 2012c27..7a81a94 100644 --- a/Kogaion-daytime/lxqt-panel.qss +++ b/Kogaion-daytime/lxqt-panel.qss @@ -128,11 +128,9 @@ QCalendarWidget #qt_calendar_navigationbar { border-top: 1px solid #6e6e6e; border-left: 1px solid #6e6e6e; border-right: 1px solid #6e6e6e; -/* border: 1px solid #6e6e6e; */ } QCalendarWidget QToolButton { -/* background-color: #2d2d2d; */ color: #555555; padding:2px; margin: 2px; @@ -361,7 +359,6 @@ VolumePopup > QSlider::handle:vertical { VolumePopup > QSlider::add-page:vertical { background: #157DEC; -/* border: 1px solid #2D2D2D; */ border-radius: 0px; } @@ -374,7 +371,7 @@ border-radius: 0px; * Clock */ #Clock{ - margin: 2px; + margin: 0px; padding: 2px; } |