From 75cd59aaab4660579cfb383579f6e7ec0bc5fadb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Nov 2016 16:37:25 +0000 Subject: fix lxqt theme --- Kogaion-nighttime/lxqt-runner.qss | 70 --------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 Kogaion-nighttime/lxqt-runner.qss (limited to 'Kogaion-nighttime/lxqt-runner.qss') diff --git a/Kogaion-nighttime/lxqt-runner.qss b/Kogaion-nighttime/lxqt-runner.qss deleted file mode 100644 index 065c6eb..0000000 --- a/Kogaion-nighttime/lxqt-runner.qss +++ /dev/null @@ -1,70 +0,0 @@ -/* - * Panel - */ - -#panel { - border: 1px solid #1956a6; - background:#2D2D2D; - 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 #1956a6; - 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 #4C4C4C; - padding: 0px; - margin: 0px; - background: 2d2d2d; - color: #dedede; - selection-background-color: #1A80B6; - selection-color: white; -} - -/* - *Search results list - */ - -#commandList { - border: 1px solid #1956a6; - border-top: transparent; -} - -#commandList::item { - margin: 2px; - padding: 2px; -} -- cgit v1.2.3