summaryrefslogtreecommitdiff
path: root/Kogaion-bright/lxqt-runner.qss
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmil.com>2016-08-06 11:48:12 +0300
committerbionel <ionel.busuioc@gmil.com>2016-08-06 11:48:12 +0300
commitfdd5222f51f799478483966b2484d159c719ffd4 (patch)
treea6425b85bfaafa957ef4c5a89355d578758f344e /Kogaion-bright/lxqt-runner.qss
parentea69ff6c989ec6016bf0225a74f771f46e15dd18 (diff)
add bright theme, do some cleanup
Diffstat (limited to 'Kogaion-bright/lxqt-runner.qss')
-rw-r--r--Kogaion-bright/lxqt-runner.qss70
1 files changed, 70 insertions, 0 deletions
diff --git a/Kogaion-bright/lxqt-runner.qss b/Kogaion-bright/lxqt-runner.qss
new file mode 100644
index 0000000..1eb2b28
--- /dev/null
+++ b/Kogaion-bright/lxqt-runner.qss
@@ -0,0 +1,70 @@
+/*
+ * 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;
+}