summaryrefslogtreecommitdiff
path: root/Redcore-daytime/lxqt-notificationd.qss
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-10 11:27:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-10 11:27:17 +0100
commit92f16354acaaa8812f1325197cc3cf31ceff3a17 (patch)
tree1546aa1ec133582f74466ac7c58f3426927e8071 /Redcore-daytime/lxqt-notificationd.qss
parentaaf074d9a73dff640cd6dfc87214758f8d4c5b4e (diff)
make lxqt themes look like breeze (use breeze colors)
Diffstat (limited to 'Redcore-daytime/lxqt-notificationd.qss')
-rw-r--r--Redcore-daytime/lxqt-notificationd.qss44
1 files changed, 0 insertions, 44 deletions
diff --git a/Redcore-daytime/lxqt-notificationd.qss b/Redcore-daytime/lxqt-notificationd.qss
deleted file mode 100644
index 961fb6f..0000000
--- a/Redcore-daytime/lxqt-notificationd.qss
+++ /dev/null
@@ -1,44 +0,0 @@
-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;
-}