]> git.sesse.net Git - vlc/blobdiff - share/http/style.css
Reimplement [14768] with a CSS. Patch by Laurent Mutricy.
[vlc] / share / http / style.css
index 780528a0748655fd070e21ac5de9e2e8e1a17293..6699191b63fec5f50841fabffce7ba765b39d618 100644 (file)
@@ -179,3 +179,11 @@ div.mosaic_row {
        padding: 0.3em 0.3em;
        background-color: #dfd;
 }
+div.controls button.on {
+       background-color: #aaa;
+}
+
+div.controls button.off {
+       background-color: #fff;
+}
+