commit d04153900357a8480fa36137d30c38593cf3da26
parent fb31ab76acadee2bef6a0b077e980c6ecf73f40b
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 15:12:28 +0300
Update videocontrols.css
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/chrome/global/media/videocontrols.css b/src/chrome/global/media/videocontrols.css
@@ -7,7 +7,7 @@
.controlBar {
height: 28px;
- background-color: rgba(35,31,32,.74);
+ background-color: rgba(0,0,0,.74);
}
.playButton,
@@ -130,7 +130,7 @@
margin-inline-end: 10px;
border: none;
color: rgba(255,255,255,.5);
- background-color: rgba(35,31,32,.74);
+ background-color: rgba(0,0,0,.74);
white-space: nowrap;
}
@@ -318,7 +318,7 @@ html|table {
-1px 1px 0 #000,
1px 1px 0 #000;
min-width: 100%;
- background: rgba(68,68,68,.7);
+ background: rgba(0,0,0,.7);
table-layout: fixed;
border-collapse: collapse;
position: absolute;