summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2021-12-26 20:57:36 +0100
committerronso0 <ronso0@mixxx.org>2021-12-26 20:57:36 +0100
commit49d10e59a12f23f3f4c41ec29d1cb5e85027731e (patch)
tree9bf69708761722dadb6b6bb82e2d743ff00eded9 /res
parent70bee44777745346b0e53cc48104e71c0e78b972 (diff)
Track Hide/Remove dialog: don't inherit style from WLibrary
Diffstat (limited to 'res')
-rw-r--r--res/skins/Deere/style.qss20
-rw-r--r--res/skins/LateNight/style.qss8
-rw-r--r--res/skins/LateNight/style_palemoon.qss7
-rw-r--r--res/skins/Shade/style.qss35
-rw-r--r--res/skins/Shade/style_dark.qss4
-rw-r--r--res/skins/Shade/style_summer_sunset.qss2
-rw-r--r--res/skins/Tango/style.qss27
7 files changed, 53 insertions, 50 deletions
diff --git a/res/skins/Deere/style.qss b/res/skins/Deere/style.qss
index fec7676236..db940696c6 100644
--- a/res/skins/Deere/style.qss
+++ b/res/skins/Deere/style.qss
@@ -493,24 +493,24 @@ WLibrarySidebar::branch:open:!has-children:has-siblings:selected {
}
/* Extra declaration for QRadionButton otherwise it shows up with wrong colors in Linux with Gnome */
-WLibrary QLabel, WLibrary QRadioButton {
+#LibraryFeatureControls QLabel, #LibraryFeatureControls QRadioButton {
/* same as QTreeview */
color: #d2d2d2;
margin: 9px 5px 6px 0px;
font-size: 12px;
}
-WLibrary QRadioButton::indicator {
+#LibraryFeatureControls QRadioButton::indicator {
margin: 0px 0px 0px 2px;
width: 18px;
height: 18px;
}
-WLibrary QRadioButton::indicator:checked {
+#LibraryFeatureControls QRadioButton::indicator:checked {
image: url(skin:/../Deere/icon/ic_radio_button_on_18px.svg);
}
-WLibrary QRadioButton::indicator:unchecked {
+#LibraryFeatureControls QRadioButton::indicator:unchecked {
image: url(skin:/../Deere/icon/ic_radio_button_off_18px.svg);
}
/* buttons in library (in hierarchical order of appearance)
@@ -802,7 +802,7 @@ WSearchLineEdit QAbstractScrollArea::corner,
#Mixxx, WWidget,
QToolTip,
-WLabel, QLabel,
+WLabel, #LibraryFeatureControls QLabel,
WNumber, WNumberPos,
WPushButton,
WKey,
@@ -838,16 +838,16 @@ WSearchLineEdit,
WSearchLineEdit QAbstractScrollArea,
#fadeModeCombobox,
#fadeModeCombobox QAbstractScrollArea,
-WLibrary QPushButton,
-WLibrary QLabel,
-WLibrary QRadioButton {
+#LibraryFeatureControls QPushButton,
+#LibraryFeatureControls QLabel,
+#LibraryFeatureControls QRadioButton {
font-family: "Open Sans";
font-style: normal;
font-weight: normal;
}
-WLabel, WLibrary QLabel,
-WPushButton, WLibrary QPushButton {
+WLabel, #LibraryFeatureControls QLabel,
+WPushButton, #LibraryFeatureControls QPushButton {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
diff --git a/res/skins/LateNight/style.qss b/res/skins/LateNight/style.qss
index e8c9304705..9faf53b041 100644
--- a/res/skins/LateNight/style.qss
+++ b/res/skins/LateNight/style.qss
@@ -4,7 +4,7 @@
#Mixxx,
WWidget,
-WLabel, QLabel,
+WLabel,
WNumber, WNumberPos,
WPushButton,
WKey,
@@ -26,9 +26,9 @@ WEffectChainPresetSelector,
WEffectChainPresetSelector QAbstractScrollArea,
#fadeModeCombobox,
#fadeModeCombobox QAbstractScrollArea,
-WLibrary QPushButton,
-WLibrary QLabel,
-WLibrary QRadioButton,
+#LibraryFeatureControls QPushButton,
+#LibraryFeatureControls QLabel,
+#LibraryFeatureControls QRadioButton,
WTrackTableViewHeader,
WTrackTableViewHeader::section {
/* On Linux all weight variants of Open Sans are identified
diff --git a/res/skins/LateNight/style_palemoon.qss b/res/skins/LateNight/style_palemoon.qss
index a1b106d939..d6e2fe7865 100644
--- a/res/skins/LateNight/style_palemoon.qss
+++ b/res/skins/LateNight/style_palemoon.qss
@@ -2789,15 +2789,16 @@ WSearchLineEdit {
/* Extra declaration for QRadioButton otherwise it shows up with wrong colors in
Linux with Gnome */
-WLibrary QLabel, WLibrary QRadioButton {
+#LibraryFeatureControls QLabel,
+#LibraryFeatureControls QRadioButton {
background: transparent;
}
-WLibrary QRadioButton::indicator:checked {
+#LibraryFeatureControls QRadioButton::indicator:checked {
image: url(skin:/palemoon/buttons/btn__lib_radio_button_on_blue.svg) center center;
}
-WLibrary QRadioButton::indicator:unchecked {
+#LibraryFeatureControls QRadioButton::indicator:unchecked {
image: url(skin:/palemoon/buttons/btn__lib_radio_button_off.svg) center center;
}
diff --git a/res/skins/Shade/style.qss b/res/skins/Shade/style.qss
index b99805454a..fa192d22f3 100644
--- a/res/skins/Shade/style.qss
+++ b/res/skins/Shade/style.qss
@@ -16,9 +16,12 @@
#Mixxx, WWidget,
WEffectName,
WKey,
-WLabel, QLabel,
+WLabel,
WNumber, WNumberPos,
-WPushButton, WLibrary QPushButton, WLibrary QRadioButton,
+WPushButton,
+#LibraryFeatureControls QLabel,
+#LibraryFeatureControls QPushButton,
+#LibraryFeatureControls QRadioButton,
WRecordingDuration,
WTime,
WTrackText,
@@ -36,6 +39,8 @@ WLibraryTextBrowser QMenu,
QLineEdit QMenu,
WCueMenuPopup,
WCueMenuPopup QMenu,
+WCueMenuPopup QLabel,
+WCueMenuPopup QLineEdit,
WCoverArtMenu,
WTrackMenu,
WTrackMenu QMenu,
@@ -79,9 +84,6 @@ that's why we do it in another way here */
border: 0px; */
margin: 0px 0px 2px 1px;
}
-WLibrary QPushButton {
- border: 1px solid #99A0A4;
- }
WBeatSpinBox::up-button,
#spinBoxTransition::up-button {
@@ -233,7 +235,7 @@ WEffectSelector,
WEffectSelector QAbstractScrollArea,
#fadeModeCombobox,
#fadeModeCombobox QAbstractScrollArea,
-WLibrary QPushButton:enabled,
+#LibraryFeatureControls QPushButton:enabled,
WBeatSpinBox,
#spinBoxTransition {
font-size: 13px;
@@ -522,7 +524,7 @@ WTrackTableView {
#LibraryBPMButton::item {
color: #cfcfcf;
}
- WLibrary QCheckBox {
+ WLibrary > QCheckBox {
text-align: right;
alignment: right;
}
@@ -829,12 +831,9 @@ QSplitter::handle:vertical {
height: 6px;
}
-WLibrary QPushButton {
- font-size: 10px;
- font-family: "Open Sans";
-}
/* Extra declaration for QRadionButton otherwise it shows up with wrong colors in Linux with Gnome */
-WLibrary QLabel, WLibrary QRadioButton {
+#LibraryFeatureControls QLabel,
+#LibraryFeatureControls QRadioButton {
font-size: 13px;
background: transparent;
color: #C1C1C1;
@@ -843,23 +842,24 @@ WLibrary QLabel, WLibrary QRadioButton {
WLibrary { margin: 2px 3px 0px 0px; }
-WLibrary QRadioButton {
+#LibraryFeatureControls QRadioButton {
margin: 0px 3px 3px 3px;
}
/* Center QLabels */
-WLibrary QLabel { margin: 0px 3px 3px 0px; }
+#LibraryFeatureControls QLabel {
+ margin: 0px 3px 3px 0px;
+}
-WLibrary QRadioButton::indicator:checked {
+#LibraryFeatureControls QRadioButton::indicator:checked {
image: url(skin:/btn/btn_lib_radio_button_on_pink.svg) center center;
}
-WLibrary QRadioButton::indicator:unchecked {
+#LibraryFeatureControls QRadioButton::indicator:unchecked {
image: url(skin:/btn/btn_lib_radio_button_off.svg) center center;
}
#LibraryFeatureControls QPushButton {
text-align: center;
- font-size: 9pt;
font-weight: normal;
/* Note(ronso0)
Interferes with skin scaling, system font size respectively
@@ -874,6 +874,7 @@ WLibrary QRadioButton::indicator:unchecked {
color: #060613;
background-color: #99a0a4;
border: 1px solid #99a0a4;
+ font-size: 10px;
}
#DlgAutoDJ > #LibraryFeatureControls QPushButton {
padding: 0px;
diff --git a/res/skins/Shade/style_dark.qss b/res/skins/Shade/style_dark.qss
index c631f00c15..5a687a2c11 100644
--- a/res/skins/Shade/style_dark.qss
+++ b/res/skins/Shade/style_dark.qss
@@ -261,8 +261,8 @@ WTrackTableViewHeader::down-arrow {
border: 1px solid #B79E00;
}
-WLibrary QRadioButton::indicator:checked {
- image: url(skin:/btn/btn_lib_radio_button_on_mustard.svg) center center;
+#LibraryFeatureControls QRadioButton::indicator:checked {
+ image: url(skin:/btn/btn_lib_radio_button_on_mustard.svg) center center;
}
WRateRange {
diff --git a/res/skins/Shade/style_summer_sunset.qss b/res/skins/Shade/style_summer_sunset.qss
index 5f86de1649..0979f340d6 100644
--- a/res/skins/Shade/style_summer_sunset.qss
+++ b/res/skins/Shade/style_summer_sunset.qss
@@ -166,7 +166,7 @@ WSearchLineEdit:focus {
border: 1px solid #52F904;
}
-WLibrary QRadioButton::indicator:checked {
+#LibraryFeatureControls QRadioButton::indicator:checked {
image: url(skin:/btn/btn_lib_radio_button_on_neongreen.svg) center center;
}
diff --git a/res/skins/Tango/style.qss b/res/skins/Tango/style.qss
index 9b28da1de8..b66d65bec0 100644
--- a/res/skins/Tango/style.qss
+++ b/res/skins/Tango/style.qss
@@ -15,7 +15,7 @@
background-color: #1e1e1e;
}
-WLabel, QLabel,
+WLabel,
WNumber, WNumberPos,
WPushButton,
WKey,
@@ -26,12 +26,11 @@ WRecordingDuration,
QSpinBox,
WBeatSpinBox,
WOverview #PassthroughLabel,
-WCueMenuPopup,
WEffectName,
WLibraryTextBrowser,
-WLibrary QPushButton,
-WLibrary QLabel,
-WLibrary QRadioButton {
+#LibraryFeatureControls QPushButton,
+#LibraryFeatureControls QLabel,
+#LibraryFeatureControls QRadioButton {
font-family: Ubuntu;
font-weight: normal;
font-style: normal;
@@ -43,7 +42,9 @@ WLibrary QRadioButton {
#MainMenu,
#MainMenu QMenu,
QToolTip,
+WCueMenuPopup,
WCueMenuPopup QLabel,
+WCueMenuPopup QLineEdit,
WTrackMenu,
WTrackMenu QMenu,
WTrackMenu QMenu QCheckBox,
@@ -74,9 +75,9 @@ WPushButton {
}
WPushButton,
-WLibrary QPushButton,
-WLibrary QLabel,
-WLibrary QRadioButton {
+#LibraryFeatureControls QPushButton,
+#LibraryFeatureControls QLabel,
+#LibraryFeatureControls QRadioButton {
font-size: 12px/12px;
}
@@ -3054,7 +3055,7 @@ QPushButton#pushButtonRepeatPlaylist:!checked {
image: url(skin:/../Tango/buttons/btn_lib_checkbox.svg);
}
-WLibrary QSpinBox {
+#LibraryFeatureControls QSpinBox {
min-height: 22px;
max-height: 22px;
min-width: 40px;
@@ -3079,8 +3080,8 @@ WSearchLineEdit {
}
/* Clear button: see /skins/default.qss */
-WLibrary QLabel,
-WLibrary QRadioButton { /*
+#LibraryFeatureControls QLabel,
+#LibraryFeatureControls QRadioButton { /*
background: none;
Extra declaration for QRadioButton otherwise it shows up with
wrong colors in Linux with Gnome */
@@ -3097,11 +3098,11 @@ QRadioButton#radioButtonRecentlyAdded {
margin: 0px 3px 0px 5px;
}
-WLibrary QRadioButton::indicator:checked {
+#LibraryFeatureControls QRadioButton::indicator:checked {
image: url(skin:/../Tango/buttons/btn_lib_radio_button_on.svg) center center;
}
-WLibrary QRadioButton::indicator:unchecked {
+#LibraryFeatureControls QRadioButton::indicator:unchecked {
image: url(skin:/../Tango/buttons/btn_lib_radio_button_off.svg) center center;
}