瀏覽代碼

Increase of the slider clickable zone.

Rémi Louvat 7 年之前
父節點
當前提交
9a99bcad89
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      sandbox/index.css

+ 3 - 2
sandbox/index.css

@@ -300,9 +300,10 @@ a {
     -webkit-appearance: none;
     cursor: pointer;
     width: 1000px;
+    height: 50px;
     outline: none;
-    border-radius: 5px;
     margin-left: 20px;
+    background-color: transparent;
 }
 
 /*Chrome -webkit */
@@ -318,7 +319,7 @@ a {
 #slider::-webkit-slider-runnable-track {
     height: 2px;
     -webkit-appearance: none;
-    color: white;
+    background-color: white;
 }