summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2020-04-14 23:39:21 +0200
committerronso0 <ronso0@mixxx.org>2020-04-15 11:37:29 +0200
commit6a81b5492d47d3bef9d628d269471e197bb67864 (patch)
tree7dd15c26cc613c69b9cd42e25749efaac7f91b78 /res
parent389bb23b5ecf408a63836479d84303adb1e7e74c (diff)
passthrough cover: add default & skin styles
Diffstat (limited to 'res')
-rw-r--r--res/skins/Deere/style.qss7
-rw-r--r--res/skins/LateNight/style.qss7
-rw-r--r--res/skins/Shade/style.qss7
-rw-r--r--res/skins/Shade/style_dark.qss5
-rw-r--r--res/skins/Shade/style_summer_sunset.qss5
-rw-r--r--res/skins/Tango/style.qss6
-rw-r--r--res/skins/default.qss9
7 files changed, 46 insertions, 0 deletions
diff --git a/res/skins/Deere/style.qss b/res/skins/Deere/style.qss
index 505d62f51d..f8e7310833 100644
--- a/res/skins/Deere/style.qss
+++ b/res/skins/Deere/style.qss
@@ -819,6 +819,13 @@ WOverview {
text-transform: none;
}
+/* Passthrough label on overview waveform */
+WOverview #PassthroughLabel {
+ font-size: 16px;
+ font-weight: bold;
+ color: #73b3f7;
+}
+
/* Start spacing for Deck overview row (small waveform, option grid) */
#OptionGrid, #ButtonGrid {
background-color: #333333;
diff --git a/res/skins/LateNight/style.qss b/res/skins/LateNight/style.qss
index 97c0a547b3..a36dc50d5c 100644
--- a/res/skins/LateNight/style.qss
+++ b/res/skins/LateNight/style.qss
@@ -262,6 +262,13 @@ WCoverArtMenu,
#FxButtonLabel {
qproperty-alignment: 'AlignLeft | AlignVCenter';
}
+
+/* Passthrough label on overview waveform */
+WOverview #PassthroughLabel {
+ font-weight: bold;
+ color: #d09300;
+}
+
/************** font colors **************************************************/
/************** font settings *************************************************/
diff --git a/res/skins/Shade/style.qss b/res/skins/Shade/style.qss
index 623624f6b9..bee3b20045 100644
--- a/res/skins/Shade/style.qss
+++ b/res/skins/Shade/style.qss
@@ -18,6 +18,13 @@ WOverview {
font-family: "Ubuntu";
}
+/* Passthrough label on overview waveform */
+WOverview #PassthroughLabel {
+ font-size: 12px;
+ font-weight: bold;
+ color: #55F764;
+}
+
WBeatSpinBox,
/* For some mysterious reason #DlgAutoDJ QSpinBox
wouldn't style the respective spinbox in Shade (anymore),
diff --git a/res/skins/Shade/style_dark.qss b/res/skins/Shade/style_dark.qss
index 00e54960c1..84d4d76689 100644
--- a/res/skins/Shade/style_dark.qss
+++ b/res/skins/Shade/style_dark.qss
@@ -91,6 +91,11 @@ WCoverArtMenu::item {
background-color: #3F3041;
}
+/* Passthrough label on overview waveform */
+WOverview #PassthroughLabel {
+ color: #00aaff;
+}
+
#LibraryContainer QTableView:focus,
diff --git a/res/skins/Shade/style_summer_sunset.qss b/res/skins/Shade/style_summer_sunset.qss
index d76bebff83..a4d870191c 100644
--- a/res/skins/Shade/style_summer_sunset.qss
+++ b/res/skins/Shade/style_summer_sunset.qss
@@ -88,6 +88,11 @@ WCoverArtMenu::item {
background-color: #706633;
}
+/* Passthrough label on overview waveform */
+WOverview #PassthroughLabel {
+ color: #FF9900;
+}
+
#DlgMissing > QPushButton:enabled,
#DlgHidden > QPushButton:enabled,
#DlgAutoDJ > QPushButton:enabled,
diff --git a/res/skins/Tango/style.qss b/res/skins/Tango/style.qss
index fd41769564..ac967eecf7 100644
--- a/res/skins/Tango/style.qss
+++ b/res/skins/Tango/style.qss
@@ -2073,6 +2073,12 @@ WTrackProperty#SamplerTitle_mini {
###### Misc ##################################################
##############################################################*/
+/* Passthrough label on overview waveform */
+WOverview #PassthroughLabel {
+ font-weight: bold;
+ color: #ff8f00;
+}
+
QToolTip,
#LibraryContainer QMenu,
WBeatSpinBox QMenu,
diff --git a/res/skins/default.qss b/res/skins/default.qss
index e9a35ed663..18a6e16e77 100644
--- a/res/skins/default.qss
+++ b/res/skins/default.qss
@@ -53,6 +53,15 @@ WColorPicker QPushButton[checked="true"] {
qproperty-icon: url(:/images/ic_checkmark.svg);
}
+/* Passthrough label on overview waveform */
+WOverview #PassthroughLabel {
+ margin-left: 4px;
+ font-family: "Open Sans";
+ font-weight: bold;
+ font-size: 18px;
+ color: #ff8800;
+}
+
/* Clear button */
#SearchClearButton {
background: none;