Bug 1346432 - Make the overlay of error page more transparent. r=jaws

After bug 1302656 landed, video would continue even if error occurred.
Instead of convering a solid grey background over video, we should make it
more visible in order not to confuse users as audio would still plays out.

MozReview-Commit-ID: 3Y4taIyCz5M

--HG--
extra : rebase_source : 437ce7e60b783c2b1ca6cbe8529d4b18f04dac14
This commit is contained in:
Ray Lin 2017-04-11 15:50:44 +08:00
parent 895079a961
commit 09b9e6a384

View File

@ -45,7 +45,7 @@ audio > xul|videocontrols {
flex-direction: column;
justify-content: center;
align-items: center;
background-color: rgb(80,80,80);
background-color: rgb(80,80,80, .85);
}
.controlsOverlay {