summaryrefslogtreecommitdiff
path: root/Redcore-daylight/lxqt-notificationd.qss
diff options
context:
space:
mode:
Diffstat (limited to 'Redcore-daylight/lxqt-notificationd.qss')
-rw-r--r--Redcore-daylight/lxqt-notificationd.qss44
1 files changed, 44 insertions, 0 deletions
diff --git a/Redcore-daylight/lxqt-notificationd.qss b/Redcore-daylight/lxqt-notificationd.qss
new file mode 100644
index 0000000..b50fa80
--- /dev/null
+++ b/Redcore-daylight/lxqt-notificationd.qss
@@ -0,0 +1,44 @@
+Notification {
+ background:#31363b;
+ padding: 1px;
+ margin: 0px;
+}
+
+QLabel {
+ color: #eff0f1;
+}
+
+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: #eff0f1;
+}
+
+#closeButton {
+ qproperty-icon: url(lxqt-runner/close-dark.svg);
+ qproperty-iconSize: 18px;
+}