summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2021-04-13 18:23:58 +0200
committerronso0 <ronso0@mixxx.org>2021-04-13 18:24:42 +0200
commit994992183f06265867c5577782577a4a2aff12cd (patch)
tree31fa39ebc4406ae3cb4bad68685c85fbf336ae03
parente743479dc35e2e13b2239bfb8ebe4bed2c765c4d (diff)
Deere: fix open effect selector padding
-rw-r--r--res/skins/Deere/style.qss7
1 files changed, 4 insertions, 3 deletions
diff --git a/res/skins/Deere/style.qss b/res/skins/Deere/style.qss
index a7c60c1ec5..973a53ec1d 100644
--- a/res/skins/Deere/style.qss
+++ b/res/skins/Deere/style.qss
@@ -1985,7 +1985,7 @@ WTrackMenu QMenu {
-WEffectSelector,
+WEffectSelector:!editable,
#fadeModeCombobox {
color: #c1cabe;
/* The 3D frame on the combo box becomes flat when you give it a border */
@@ -1993,7 +1993,8 @@ WEffectSelector,
border-radius: 3px;
font: 15px;
}
-WEffectSelector {
+WEffectSelector:!editable,
+WEffectSelector:!editable:on {
/* Fixes the white bars on the top/bottom of the popup on Mac OS X */
margin: 0px;
/* If you use margin top/bottom 0, the combo box shrinks in width (go figure) and
@@ -2008,7 +2009,7 @@ WEffectSelector {
margin: 9px 3px 6px 3px;
}
- WEffectSelector:hover,
+ WEffectSelector:!editable:hover,
#fadeModeCombobox:hover {
border: 1px ridge #015d8d;
}