Version 1
[yaffs-website] / node_modules / video.js / src / css / components / _button.scss
diff --git a/node_modules/video.js/src/css/components/_button.scss b/node_modules/video.js/src/css/components/_button.scss
new file mode 100644 (file)
index 0000000..6c74ec0
--- /dev/null
@@ -0,0 +1,17 @@
+.video-js button {
+  background: none;
+  border: none;
+  color: inherit;
+  display: inline-block;
+
+  overflow: visible; // IE8
+  font-size: inherit; // IE in general. WTF.
+  line-height: inherit;
+  text-transform: none;
+  text-decoration: none;
+  transition: none;
+
+  -webkit-appearance: none;
+  -moz-appearance:    none;
+  appearance:         none;
+}