We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5900e commit 935cd9bCopy full SHA for 935cd9b
61-custom video player/style.css
@@ -54,27 +54,21 @@ video[poster] {
54
outline: 0;
55
}
56
57
-.controls .fa-play-circle {
58
- color: #34573a;
+.controls .fa {
+ color: #367ebd;
59
60
61
.controls .fa-play-circle:hover {
62
color: #28a745;
63
64
65
-.controls .fa-stop {
66
- color: #dc3545;
67
-}
68
-.controls .fa-stop:hover {
+.controls .fa-stop:hover,
+.controls .fa-pause-circle:hover {
69
color: #f02426;
70
71
72
-.controls .fa-pause-circle {
73
- color: #fff;
74
75
-
76
.controls .timestamp {
77
78
font-weight: bold;
79
margin-left: 10px;
80
0 commit comments