equal
deleted
inserted
replaced
|
1 |
|
2 /* |
|
3 .uk-overflow-container { |
|
4 overflow-y: scroll; |
|
5 top: 0; |
|
6 bottom: 0; |
|
7 |
|
8 |
|
9 }*/ |
|
10 table { |
|
11 min-width: 100% |
|
12 } |
|
13 |
|
14 .video-js { |
|
15 min-width:100%; |
|
16 max-width:100%; |
|
17 max-height: 100%; |
|
18 } |
|
19 |
|
20 .vjs-fullscreen { |
|
21 padding-top: 0px |
|
22 } |
|
23 |
|
24 ::-webkit-scrollbar { |
|
25 width: 12px; /* for vertical scrollbars */ |
|
26 height: 12px; /* for horizontal scrollbars */ |
|
27 } |
|
28 |
|
29 ::-webkit-scrollbar-track { |
|
30 background: rgba(0, 0, 0, 0.1); |
|
31 } |
|
32 |
|
33 ::-webkit-scrollbar-thumb { |
|
34 background: rgba(0, 0, 0, 0.5); |
|
35 } |
|
36 |
|
37 |
|
38 .uk-overflow-container { |
|
39 overflow-y: scroll; |
|
40 top: 0; |
|
41 bottom: 0; |
|
42 } |
|
43 |
|
44 em { |
|
45 color:#666; |
|
46 } |
|
47 |
|
48 |