From e2d41999e7c017c6a353f87967152d3bd2102354 Mon Sep 17 00:00:00 2001 From: ronso0 Date: Wed, 13 Mar 2024 13:52:31 +0100 Subject: [PATCH] LateNight Classic: fix rate controls pushbutton bg margin bg color was overlapping defined area because of wrong qss selector --- res/skins/LateNight/style_classic.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/skins/LateNight/style_classic.qss b/res/skins/LateNight/style_classic.qss index eaa563ad2b0..af9b1e8ae24 100644 --- a/res/skins/LateNight/style_classic.qss +++ b/res/skins/LateNight/style_classic.qss @@ -1354,7 +1354,7 @@ WPushButton#PlayIndicator, WPushButton#CueDeck, #PlayCueMini WPushButton, WPushButton#LoopActivate, -WPushButton#RateControls WPushButton, +#RateControls WPushButton, WPushButton#SyncSampler, #MixerContainer WPushButton, #FxUnitContainer WPushButton,