-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
63 lines (52 loc) · 1.66 KB
/
main.css
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/* ytp-progress-list
*/
.ytp-swatch-background-color {
background-color: transparent !important;
background-image: url("chrome-extension://__MSG_@@extension_id__/images/grass.png") !important;
height: 30px !important;
width: 100% !important;
background-size: contain;
background-position: -20px 0px;
background-repeat: repeat-x;
background-color: transparent !important;
}
/*
.ytp-swatch-background-color {
background-color: transparent !important;
}
.sdivGrass {
background-color: transparent !important;
background-image: url("chrome-extension://__MSG_@@extension_id__/images/grass.png") !important;
width: 100%;
height: 30px;
background-size: 91px 512px;
background-position: -10px 0px;
background-repeat: repeat-x;
margin-top: -25px;
}*/
/*
.divGrass {
background-color: blue !important;
background-color: transparent !important;
background-image: url("chrome-extension://__MSG_@@extension_id__/images/grass.png") !important;
background-size: contain;
background-position: -20px 0px;
background-repeat: repeat-x;
z-index: 105;
}
ytp-hover-progress */
/*ytp-scrubber-container
*/
.ytp-scrubber-button {
background-color: transparent !important;
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
height: 50px !important;
width: 100px !important;
background-image: url("chrome-extension://__MSG_@@extension_id__/images/pig.gif") !important;
background-size: cover !important;
margin-top: -30px;
margin-left: -15px;
}