summaryrefslogtreecommitdiff
path: root/Kogaion-bright/lxqt-notificationd.qss
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-11-06 16:37:25 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-11-06 16:37:25 +0000
commit75cd59aaab4660579cfb383579f6e7ec0bc5fadb (patch)
tree0e01c3178b8dd26e3bbb2dcb1532eb4c5ff2ee43 /Kogaion-bright/lxqt-notificationd.qss
parentf6691a3780220685872b144af00004f7bd6b48c9 (diff)
fix lxqt theme
Diffstat (limited to 'Kogaion-bright/lxqt-notificationd.qss')
-rw-r--r--Kogaion-bright/lxqt-notificationd.qss44
1 files changed, 0 insertions, 44 deletions
diff --git a/Kogaion-bright/lxqt-notificationd.qss b/Kogaion-bright/lxqt-notificationd.qss
deleted file mode 100644
index 961fb6f..0000000
--- a/Kogaion-bright/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;
-}