Skip to content

Commit

Permalink
WIP avoid skin styles in Track Properties etc. (Deere)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Nov 19, 2024
1 parent 1530524 commit 171a170
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/skins/Deere/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ WLibraryTextBrowser {
}

/* Table cell in edit mode */
WLibrary QLineEdit,
WLibrary QPlainTextEdit,
WTrackTableView > QLineEdit,
WTrackTableView > QPlainTextEdit,
WBeatSpinBox,
/* Track label inline editor */
WTrackPropertyEditor,
Expand All @@ -291,7 +291,7 @@ WTrackPropertyEditor,
selection-color: #000;
selection-background-color: #ccc;
}
WLibrary QLineEdit,
WTrackTableView > QLineEdit,
WTrackPropertyEditor,
#LibraryBPMSpinBox {
border: 1px solid #006596;
Expand Down Expand Up @@ -847,7 +847,7 @@ WSearchLineEdit QAbstractScrollArea::corner,
}

#Mixxx, WWidget,
QToolTip,
#Skin QToolTip,
WLabel, #LibraryFeatureControls QLabel,
WNumber, WNumberPos,
WPushButton,
Expand Down

0 comments on commit 171a170

Please sign in to comment.