Version 1
[yaffs-website] / node_modules / video.js / src / css / components / _button.scss
1 .video-js button {
2   background: none;
3   border: none;
4   color: inherit;
5   display: inline-block;
6
7   overflow: visible; // IE8
8   font-size: inherit; // IE in general. WTF.
9   line-height: inherit;
10   text-transform: none;
11   text-decoration: none;
12   transition: none;
13
14   -webkit-appearance: none;
15   -moz-appearance:    none;
16   appearance:         none;
17 }