diff options
Diffstat (limited to 'Redcore-bright/lxqt-runner.qss')
-rw-r--r-- | Redcore-bright/lxqt-runner.qss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Redcore-bright/lxqt-runner.qss b/Redcore-bright/lxqt-runner.qss index 1eb2b28..51830fd 100644 --- a/Redcore-bright/lxqt-runner.qss +++ b/Redcore-bright/lxqt-runner.qss @@ -3,7 +3,7 @@ */ #panel { - border: 1px solid #157DEC; + border: 1px solid #990000; background:#dedede; padding: 2px; margin: 0px; @@ -60,7 +60,7 @@ QToolButton:hover { */ #commandList { - border: 1px solid #157DEC; + border: 1px solid #990000; border-top: transparent; } |