|
|
@@ -1291,6 +1291,32 @@ QSlider::handle:horizontal[themeID="tBarSlider"] {
|
|
|
margin: -24px 0px;
|
|
|
}
|
|
|
|
|
|
+/* Media icons */
|
|
|
+
|
|
|
+* [themeID="playIcon"] {
|
|
|
+ qproperty-icon: url(./Dark/media/media_play.svg);
|
|
|
+}
|
|
|
+
|
|
|
+* [themeID="pauseIcon"] {
|
|
|
+ qproperty-icon: url(./Dark/media/media_pause.svg);
|
|
|
+}
|
|
|
+
|
|
|
+* [themeID="restartIcon"] {
|
|
|
+ qproperty-icon: url(./Dark/media/media_restart.svg);
|
|
|
+}
|
|
|
+
|
|
|
+* [themeID="stopIcon"] {
|
|
|
+ qproperty-icon: url(./Dark/media/media_stop.svg);
|
|
|
+}
|
|
|
+
|
|
|
+* [themeID="nextIcon"] {
|
|
|
+ qproperty-icon: url(./Dark/media/media_next.svg);
|
|
|
+}
|
|
|
+
|
|
|
+* [themeID="previousIcon"] {
|
|
|
+ qproperty-icon: url(./Dark/media/media_previous.svg);
|
|
|
+}
|
|
|
+
|
|
|
/* YouTube Integration */
|
|
|
OBSYoutubeActions {
|
|
|
qproperty-thumbPlaceholder: url(./Dark/sources/image.svg);
|