diff --git a/internal/wat-slider/index.html b/internal/wat-slider/index.html
new file mode 100644
index 0000000..7d28bd3
--- /dev/null
+++ b/internal/wat-slider/index.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{textSize}}
+ {{buttonText}}
+
+
+
+
+
diff --git a/internal/wat-slider/wat-slider.html b/internal/wat-slider/wat-slider.html
new file mode 100644
index 0000000..cc9d66a
--- /dev/null
+++ b/internal/wat-slider/wat-slider.html
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wat-player-controls/wat-player-controls.html b/wat-player-controls/wat-player-controls.html
index 04b9a4f..d559228 100644
--- a/wat-player-controls/wat-player-controls.html
+++ b/wat-player-controls/wat-player-controls.html
@@ -38,6 +38,7 @@
+
@@ -62,34 +63,6 @@
background-color: white;
}
- .scrubber {
- -webkit-appearance: none;
- margin: 2px;
- width: 150px;
- vertical-align: middle;
- outline: none;
- overflow: hidden;
- border: 1px solid rgba(221,221,221,1);
- background-color: white;
- border-radius: 99px;
- box-shadow: 1px 1px 3px rgba(0,0,0,.21) inset;
- cursor: pointer;
- }
-
-
- .scrubber::-webkit-slider-thumb {
- -webkit-appearance: none;
- background: rgba(66, 133, 244, 1);
- height: 13px;
- width: 13px;
- border-radius: 50%;
- box-shadow: -1px -1px 5px rgba(0,0,0,.42) inset,
- -1px -1px 4px 3px rgba(66,133,244,.84) inset,
- 1px 1px 3px rgba(0,0,0,.3),
- -203px 0 0 198px rgba(66,133,244,.42);
- cursor: pointer;
- }
-
.number {
width: 4em;
margin: 2px;
@@ -104,6 +77,10 @@
border: 1px solid rgba(66,133,244,1);
outline: none;
}
+
+ wat-slider {
+ width: 156px;
+ }
@@ -127,10 +104,11 @@
-
+
+