Skip to content

Commit 4801391

Browse files
committed
Decrease opacity on progress bar container
1 parent 592b3fa commit 4801391

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
bottom: 0;
5252
left: 0;
5353
width: 100%;
54-
background: rgba(0, 0, 0, 0.75);
54+
background: rgba(0, 0, 0, 0.3);
5555
height: 39px;
5656
font-family: 'Open Sans';
5757
z-index: 100000;
@@ -85,6 +85,7 @@
8585
bottom: 9px;
8686
font-size: 15px;
8787
color: rgba(255, 255, 255, 1.0);
88+
text-shadow: rgb(0, 0, 0) 0px 0px 50px;
8889
}
8990

9091
.videocommander-entire-bar {

0 commit comments

Comments
 (0)