aboutsummaryrefslogtreecommitdiffstats
path: root/css/selector
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-07-15 16:06:57 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-07-15 16:06:57 -0500
commitd20da4f325a0545b8fc6da4a785bc8d87dd91487 (patch)
treea2d6aea5ddec16a8d816c639001a519f8b878791 /css/selector
downloadlibrevideojs-d20da4f325a0545b8fc6da4a785bc8d87dd91487.tar.lz
librevideojs-d20da4f325a0545b8fc6da4a785bc8d87dd91487.tar.xz
librevideojs-d20da4f325a0545b8fc6da4a785bc8d87dd91487.zip
First commit
Diffstat (limited to 'css/selector')
-rw-r--r--css/selector/video-quality-selector.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/css/selector/video-quality-selector.css b/css/selector/video-quality-selector.css
new file mode 100644
index 0000000..b3a0f12
--- /dev/null
+++ b/css/selector/video-quality-selector.css
@@ -0,0 +1,36 @@
+@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 LibreVideoJS */
+
+.librevjs-res-button .librevjs-control-text {
+ width: auto;
+ height: auto;
+ clip: auto;
+}