diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-10 11:27:17 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-10 11:27:17 +0100 |
commit | 92f16354acaaa8812f1325197cc3cf31ceff3a17 (patch) | |
tree | 1546aa1ec133582f74466ac7c58f3426927e8071 /Redcore-daytime/lxqt-runner.qss | |
parent | aaf074d9a73dff640cd6dfc87214758f8d4c5b4e (diff) |
make lxqt themes look like breeze (use breeze colors)
Diffstat (limited to 'Redcore-daytime/lxqt-runner.qss')
-rw-r--r-- | Redcore-daytime/lxqt-runner.qss | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/Redcore-daytime/lxqt-runner.qss b/Redcore-daytime/lxqt-runner.qss deleted file mode 100644 index 0f8b974..0000000 --- a/Redcore-daytime/lxqt-runner.qss +++ /dev/null @@ -1,70 +0,0 @@ -/* - * Panel - */ - -#panel { - border: 1px solid #520A0A; - 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 #520A0A; - border-top: transparent; -} - -#commandList::item { - margin: 2px; - padding: 2px; -} |