Ver código fonte

better edge slider

David Catuhe 7 anos atrás
pai
commit
fd3799828b
1 arquivos alterados com 6 adições e 2 exclusões
  1. 6 2
      sandbox/index.css

+ 6 - 2
sandbox/index.css

@@ -266,8 +266,8 @@ a {
 }
 
 #slider {
-    cursor: pointer;
     -webkit-appearance: none;
+    cursor: pointer;
     width: 1000px;
     outline: none;
     border-radius: 5px;
@@ -311,10 +311,14 @@ a {
     background-color: white;
     height: 5px; 
   }
+  #slider::-ms-fill-upper {
+    background-color: white;
+    height: 5px; 
+  }  
 #slider::-ms-thumb {
     width: 20px;
     height: 20px;
-    border: 0;
+    border: none;
     background: url('Assets/circle.png') no-repeat #3B789A;
     background-size: 100% 100%;
 }