From 171a1700287b109cf93f7341403bc9c9811d2ea0 Mon Sep 17 00:00:00 2001 From: ronso0 Date: Mon, 18 Nov 2024 10:18:16 +0100 Subject: [PATCH] WIP avoid skin styles in Track Properties etc. (Deere) --- res/skins/Deere/style.qss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/res/skins/Deere/style.qss b/res/skins/Deere/style.qss index 6b370309c3c..fcabef9e45a 100644 --- a/res/skins/Deere/style.qss +++ b/res/skins/Deere/style.qss @@ -280,8 +280,8 @@ WLibraryTextBrowser { } /* Table cell in edit mode */ -WLibrary QLineEdit, -WLibrary QPlainTextEdit, +WTrackTableView > QLineEdit, +WTrackTableView > QPlainTextEdit, WBeatSpinBox, /* Track label inline editor */ WTrackPropertyEditor, @@ -291,7 +291,7 @@ WTrackPropertyEditor, selection-color: #000; selection-background-color: #ccc; } -WLibrary QLineEdit, +WTrackTableView > QLineEdit, WTrackPropertyEditor, #LibraryBPMSpinBox { border: 1px solid #006596; @@ -847,7 +847,7 @@ WSearchLineEdit QAbstractScrollArea::corner, } #Mixxx, WWidget, -QToolTip, +#Skin QToolTip, WLabel, #LibraryFeatureControls QLabel, WNumber, WNumberPos, WPushButton,