diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-10 15:14:47 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-10 15:14:47 -0500 |
commit | cbc731c581070b61e8f13960f999d09684038822 (patch) | |
tree | cd90135bf306dd4df0117e12f7a02684b6ed1bdd /librevideojs/selector/video-quality-selector.css | |
parent | e707968dde70de7cedf7f0ada672f59bd8db902e (diff) | |
download | librevideojs-html5-player-cbc731c581070b61e8f13960f999d09684038822.tar.lz librevideojs-html5-player-cbc731c581070b61e8f13960f999d09684038822.tar.xz librevideojs-html5-player-cbc731c581070b61e8f13960f999d09684038822.zip |
new version compatible with hotkeys
Diffstat (limited to 'librevideojs/selector/video-quality-selector.css')
-rw-r--r-- | librevideojs/selector/video-quality-selector.css | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/librevideojs/selector/video-quality-selector.css b/librevideojs/selector/video-quality-selector.css deleted file mode 100644 index 112c1fb..0000000 --- a/librevideojs/selector/video-quality-selector.css +++ /dev/null @@ -1,34 +0,0 @@ -/*! -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; -} |