diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-10 15:15:35 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-10 15:15:35 -0500 |
commit | ec65e9b80c0e27619c7c182760d4590e5d26ad3c (patch) | |
tree | 69c285e0427533f252ec0fbb567ace4cf2e46b23 /librevideojs/css/quality-selector.css | |
parent | cbc731c581070b61e8f13960f999d09684038822 (diff) | |
download | librevideojs-html5-player-ec65e9b80c0e27619c7c182760d4590e5d26ad3c.tar.lz librevideojs-html5-player-ec65e9b80c0e27619c7c182760d4590e5d26ad3c.tar.xz librevideojs-html5-player-ec65e9b80c0e27619c7c182760d4590e5d26ad3c.zip |
litle
Diffstat (limited to 'librevideojs/css/quality-selector.css')
-rw-r--r-- | librevideojs/css/quality-selector.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/librevideojs/css/quality-selector.css b/librevideojs/css/quality-selector.css new file mode 100644 index 0000000..112c1fb --- /dev/null +++ b/librevideojs/css/quality-selector.css @@ -0,0 +1,34 @@ +/*! +LibreVideoJS Selector +Version 1.4 +Escrito por Jesús Eduardo +*/ +@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 { + font-weight: bold; + 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; +} |