diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-03-12 18:54:45 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-03-12 18:54:45 -0500 |
commit | 73f0448a71b84d538d1a116a10f5dcdd243d417d (patch) | |
tree | 839714f546fc123591cb7bce5f3c032e6be3e4d0 /librevideojs/css/quality-selector.css | |
parent | beb24c2855ae7cea1a586055b5528c2f582b705f (diff) | |
download | librevideojs-html5-player-73f0448a71b84d538d1a116a10f5dcdd243d417d.tar.lz librevideojs-html5-player-73f0448a71b84d538d1a116a10f5dcdd243d417d.tar.xz librevideojs-html5-player-73f0448a71b84d538d1a116a10f5dcdd243d417d.zip |
depuración de código
Diffstat (limited to 'librevideojs/css/quality-selector.css')
-rw-r--r-- | librevideojs/css/quality-selector.css | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/librevideojs/css/quality-selector.css b/librevideojs/css/quality-selector.css index c8a3eca..972f0d5 100644 --- a/librevideojs/css/quality-selector.css +++ b/librevideojs/css/quality-selector.css @@ -3,36 +3,47 @@ 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; + 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; + 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 */ + +/* Needed to keep text visible in LibreVideoJS*/ + .librevjs-res-button .librevjs-control-text { - width: auto; - height: auto; - clip: auto; + width: auto; + height: auto; + clip: auto; } + + /* margin to librevideojs */ + div.LibreVideoJS { margin-bottom: 20px; } |