浏览代码

better edge slider

David Catuhe 7 年之前
父节点
当前提交
fd3799828b
共有 1 个文件被更改,包括 6 次插入2 次删除
  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%;
 }