diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-07 16:23:09 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-07 16:23:09 +0000 |
commit | c6404f0813a6be31b5a32ce9615be4cdddf8a2fd (patch) | |
tree | 0d5ef471c776c1cd923191b5c4df52f11d15109c /Redcore-bright/lxqt-runner.qss | |
parent | 4c721439ab6575f3a00d91811de87ed83687ad18 (diff) |
adjust colors
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; } |