aboutsummaryrefslogtreecommitdiffstats
path: root/librevideojs/css/quality-selector.css
blob: 972f0d52450e45544a68b6c920d078374eda71a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*!
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 LibreVideoJS*/

.librevjs-res-button .librevjs-control-text {
    width: auto;
    height: auto;
    clip: auto;
}


/* margin to librevideojs */

div.LibreVideoJS {
    margin-bottom: 20px;
}