Skip to content

Commit 935cd9b

Browse files
committedMar 10, 2021
fix player colors
1 parent 6d5900e commit 935cd9b

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed
 

‎61-custom video player/style.css

+5-11
Original file line numberDiff line numberDiff line change
@@ -54,27 +54,21 @@ video[poster] {
5454
outline: 0;
5555
}
5656

57-
.controls .fa-play-circle {
58-
color: #34573a;
57+
.controls .fa {
58+
color: #367ebd;
5959
}
6060

6161
.controls .fa-play-circle:hover {
6262
color: #28a745;
6363
}
6464

65-
.controls .fa-stop {
66-
color: #dc3545;
67-
}
68-
.controls .fa-stop:hover {
65+
.controls .fa-stop:hover,
66+
.controls .fa-pause-circle:hover {
6967
color: #f02426;
7068
}
7169

72-
.controls .fa-pause-circle {
73-
color: #fff;
74-
}
75-
7670
.controls .timestamp {
77-
color: #fff;
71+
color: #367ebd;
7872
font-weight: bold;
7973
margin-left: 10px;
8074
}

0 commit comments

Comments
 (0)
Please sign in to comment.