mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
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:
parent
895079a961
commit
09b9e6a384
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user