X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=node_modules%2Fvideo.js%2Fsrc%2Fcss%2Fcomponents%2F_button.scss;fp=node_modules%2Fvideo.js%2Fsrc%2Fcss%2Fcomponents%2F_button.scss;h=6c74ec0ed3a22c006b2e815e926dc16bd5def830;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad 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 index 000000000..6c74ec0ed --- /dev/null +++ b/node_modules/video.js/src/css/components/_button.scss @@ -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; +}