From a6e29080b10fc1daa37e6d94466bfc08389d559b Mon Sep 17 00:00:00 2001 From: Heckyel Date: Sat, 10 Dec 2016 17:59:24 -0500 Subject: first commit --- librevideojs/selector/video-quality-selector.css | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 librevideojs/selector/video-quality-selector.css (limited to 'librevideojs/selector/video-quality-selector.css') diff --git a/librevideojs/selector/video-quality-selector.css b/librevideojs/selector/video-quality-selector.css new file mode 100644 index 0000000..0c3e635 --- /dev/null +++ b/librevideojs/selector/video-quality-selector.css @@ -0,0 +1,28 @@ +@charset "utf-8"; +/* +You are free to style the button however you wish. I plan to use +an icon from my site's own icon font to make it more visible. These +are just basic styles to make it look ok with plain text. +*/ + +/* Position the button */ +.librevjs-res-button { + float: right; + line-height: 3em; +} + +/* Don't show hover effects on title */ +ul li.librevjs-menu-title.librevjs-res-menu-title:hover { + cursor: default; + background-color: transparent; + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Needed to keep text visible in video.js 4.9 */ +.librevjs-res-button .librevjs-control-text { + width: auto; + height: auto; + clip: auto; +} -- cgit v1.2.3