-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplayer4.css
More file actions
49 lines (26 loc) · 723 Bytes
/
player4.css
File metadata and controls
49 lines (26 loc) · 723 Bytes
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
audio::-webkit-media-controls-panel {
background-color: maroon;
}
audio::-webkit-media-controls-mute-button {
background-image; linear-gradient(maroon, white, maroon)
margin-top: 10px;
height: 28px;
}
audio::-webkit-media-controls-play-button {
height: 28px;
background-image: linear-gradient(maroon, red, maroon);
}
audio::-webkit-media-controls-timeline-container {
background-color: maroon;
}
audio::-webkit-media-controls-current-time-display {
color: navy);
}
audio::-webkit-media-controls-time-remaining-display {
color: gold;
}
audio::-webkit-media-controls-rewind-button {
background-color: yellow;
}
audio:hover {transform: scale(1.1);filter: drop-shadow(2px 3px 3px #333);}
}