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-bright/lxqt-notificationd.qss | |
parent | ea69ff6c989ec6016bf0225a74f771f46e15dd18 (diff) |
add bright theme, do some cleanup
Diffstat (limited to 'Kogaion-bright/lxqt-notificationd.qss')
-rw-r--r-- | Kogaion-bright/lxqt-notificationd.qss | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Kogaion-bright/lxqt-notificationd.qss b/Kogaion-bright/lxqt-notificationd.qss new file mode 100644 index 0000000..961fb6f --- /dev/null +++ b/Kogaion-bright/lxqt-notificationd.qss @@ -0,0 +1,44 @@ +Notification { + background:#2D2D2D; + padding: 1px; + margin: 0px; +} + +QLabel { + color: #DEDEDE; +} + +QToolButton { + margin: 1px; + border: 0px solid transparent; + padding: 0px; + font-size: 9pt; + color: hsv(0, 0, 64); +} + +QToolButton:focus { + border: 0px solid hsv(0, 0, 160); +} + +QToolButton:hover { + border: 0px solid hsv(0, 0, 240); + margin: 2px; + padding: 2px; +} + +QToolButton:focus:hover { + border: 1px dashed hsv(0, 0, 255); +} + +QToolButton:pressed { + background: hsv(0, 0, 160); +} + +#appLabel { + color: #DEDEDE; +} + +#closeButton { + qproperty-icon: url(lxqt-runner/close-dark.svg); + qproperty-iconSize: 18px; +} |