Pārlūkot izejas kodu

Changed volume button color!

Nex 9 gadi atpakaļ
vecāks
revīzija
3ba6f3cb07
1 mainītis faili ar 12 papildinājumiem un 1 dzēšanām
  1. 12 1
      app/client/stylesheets/app.css

+ 12 - 1
app/client/stylesheets/app.css

@@ -479,5 +479,16 @@ input[type=range]+.thumb {
 }
 
 input[type=range]+.thumb .value {
-    color: rgb(3, 169, 244) !important;
+    color: white !important;
+}
+input[type=range]::-webkit-slider-thumb {
+  background: rgb(3, 169, 244);
+}
+
+input[type=range]::-moz-range-thumb {
+  background: rgb(3, 169, 244);
+}
+
+input[type=range]::-ms-thumb {
+  background: rgb(3, 169, 244);
 }