summaryrefslogtreecommitdiff
path: root/Kogaion-daytime/lxqt-runner.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-daytime/lxqt-runner.qss
parentf6691a3780220685872b144af00004f7bd6b48c9 (diff)
fix lxqt theme
Diffstat (limited to 'Kogaion-daytime/lxqt-runner.qss')
-rw-r--r--Kogaion-daytime/lxqt-runner.qss70
1 files changed, 0 insertions, 70 deletions
diff --git a/Kogaion-daytime/lxqt-runner.qss b/Kogaion-daytime/lxqt-runner.qss
deleted file mode 100644
index 1eb2b28..0000000
--- a/Kogaion-daytime/lxqt-runner.qss
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * Panel
- */
-
-#panel {
- border: 1px solid #157DEC;
- background:#dedede;
- padding: 2px;
- margin: 0px;
-}
-
-/*
- * Buttons
- */
-
-QToolButton::menu-indicator {
- image: none;
-}
-
-QToolButton {
- margin: 0px;
- border: 0px solid transparent;
- padding: 0px;
- font-size: 10pt;
- color: #DEDEDE;
- qproperty-iconSize: 20px;
-}
-
-QToolButton:hover {
- border: 0px solid #DEDEDE;
- margin: 1px;
- padding: 1px;
-
-}
-
-#closeButton {
- qproperty-icon: url(lxqt-runner/close.svg);
-}
-
-#actionButton {
- qproperty-icon: url(lxqt-runner/down-arrow.svg);
-}
-
-/*
- *Search field
- */
-
-#commandEd {
- border: 1px solid #6e6e6e;
- padding: 0px;
- margin: 0px;
- background: white;
- color: #2D2D2D;
- selection-background-color: #1A80B6;
- selection-color: white;
-}
-
-/*
- *Search results list
- */
-
-#commandList {
- border: 1px solid #157DEC;
- border-top: transparent;
-}
-
-#commandList::item {
- margin: 2px;
- padding: 2px;
-}