Add volume slider for soundcloud because their widget is crap

This commit is contained in:
calzoneman 2013-08-07 14:25:08 -04:00
parent 84e9bcde06
commit 04cbdfb631
2 changed files with 20 additions and 0 deletions

View file

@ -331,3 +331,11 @@ html, body {
#customembed_code {
font-family: Monospace;
}
#sc_volume .ui-slider-range {
background: rgb(255, 195, 0);
}
#sc_volume .ui-slider-handle {
border-color: rgb(255, 195, 0);
}