summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2020-10-31 22:19:01 +0100
committerronso0 <ronso0@mixxx.org>2020-10-31 22:19:01 +0100
commit434586d02c2b399fd52b2d261c67a2969757f437 (patch)
treeeb89ef195d9bc9b94cc771550a7da0ab2f1ee969 /res
parenta2f5641329e66bc68fe021ef609e4556096666ce (diff)
LateNight: restore yellow font in mini sampler
Diffstat (limited to 'res')
-rw-r--r--res/skins/LateNight/style_classic.qss6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/skins/LateNight/style_classic.qss b/res/skins/LateNight/style_classic.qss
index 5dd47475da..3781db111b 100644
--- a/res/skins/LateNight/style_classic.qss
+++ b/res/skins/LateNight/style_classic.qss
@@ -818,6 +818,9 @@ WPushButton#FxSuperLinkInvertButton {
#SamplerPlayBoxMini {
padding: 1px;
}
+ #SamplerBpmMini {
+ margin-left: 1px;
+ }
#Sampler {
padding: 1px 0px 2px 2px;
@@ -994,7 +997,8 @@ WPushButton#FxSuperLinkInvertButton {
#Deck2 WLabel, #DeckCompact2 WLabel, #DeckMini2 WLabel,
#Deck2 WStarRating, #DeckCompact2 WStarRating,
#MicAuxLabel,
-#SamplerTitle, #SamplerTitleMini, #SamplerBpm,
+#SamplerTitle, #SamplerTitleMini,
+#SamplerBpm, #SamplerBpmMini,
#PreviewDeckTextBox, #PreviewTitle, #PreviewBPM,
#CategoryLabel,
#SkinSettingsLabelButton,