summaryrefslogtreecommitdiffstats
path: root/res/skins/Tango/style.qss
diff options
context:
space:
mode:
Diffstat (limited to 'res/skins/Tango/style.qss')
-rw-r--r--res/skins/Tango/style.qss16
1 files changed, 15 insertions, 1 deletions
diff --git a/res/skins/Tango/style.qss b/res/skins/Tango/style.qss
index 4f5c86e1fe..361595eb80 100644
--- a/res/skins/Tango/style.qss
+++ b/res/skins/Tango/style.qss
@@ -1193,7 +1193,7 @@ WBeatSpinBox,
#Bpm, #KeyDisplayMatch,
#RateUp, #RateDown,
#KeyUp, #KeyDown,
-#PitchSlider {
+#PitchSliderGroup {
background-color: #252525;
border-radius: 3px;
}
@@ -2974,3 +2974,17 @@ WOverview {
color: #eeeeee;
font-size is considered, color not.
} */
+
+WRateRange {
+ font-size: 11px;
+}
+
+#RateDisplayTopPrefix,
+#RateDisplayTopRate {
+ qproperty-alignment: 'AlignHCenter | AlignTop';
+}
+
+#RateDisplayBottomPrefix,
+#RateDisplayBottomRate {
+ qproperty-alignment: 'AlignHCenter | AlignBottom';
+}