summaryrefslogtreecommitdiffstats
path: root/res/skins
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2020-03-21 18:12:53 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2020-03-21 18:12:53 +0100
commit9fdc4b0a437941dc4106079bda39a654a4b5a5a6 (patch)
tree5833c72567e37be96cfc411191126ab7278d47ce /res/skins
parentdf8c255ab588204dd44c35dc0e843dc957cf705c (diff)
Tango: Make light hover color 50% gray
Diffstat (limited to 'res/skins')
-rw-r--r--res/skins/Tango/style.qss2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/skins/Tango/style.qss b/res/skins/Tango/style.qss
index 2e03b5ac8d..110aa2ca56 100644
--- a/res/skins/Tango/style.qss
+++ b/res/skins/Tango/style.qss
@@ -1011,7 +1011,7 @@ WLabel#TrackComment {
}
#HotcueButton[light="true"]:hover {
- border: 1px solid #0f0f0f;
+ border: 1px solid #808080;
}
#CueButton {