From 75cd59aaab4660579cfb383579f6e7ec0bc5fadb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Nov 2016 16:37:25 +0000 Subject: fix lxqt theme --- Redcore-daytime/lxqt-notificationd.qss | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Redcore-daytime/lxqt-notificationd.qss (limited to 'Redcore-daytime/lxqt-notificationd.qss') diff --git a/Redcore-daytime/lxqt-notificationd.qss b/Redcore-daytime/lxqt-notificationd.qss new file mode 100644 index 0000000..961fb6f --- /dev/null +++ b/Redcore-daytime/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; +} -- cgit v1.2.3