Bug 1411290 - Make menulist label text visible for popup permission in identity manager in localized builds. r=johannh

MozReview-Commit-ID: 1Vx2uBqzPNc

--HG--
extra : rebase_source : 99f62a3a65230dca11011306a9bf2b7cf1d67733
This commit is contained in:
Prathiksha 2017-10-24 22:49:55 +05:30
parent 73336f8958
commit 6a75b6bf98
2 changed files with 2 additions and 1 deletions

View File

@ -8041,6 +8041,7 @@ var gIdentityHandler = {
let menupopup = document.createElement("menupopup");
let block = document.createElement("vbox");
block.setAttribute("id", "identity-popup-popup-container");
menulist.setAttribute("sizetopopup", "none");
menulist.setAttribute("class", "identity-popup-popup-menulist");
menulist.setAttribute("id", "identity-popup-popup-menulist");

View File

@ -157,7 +157,7 @@ html|*#webRTC-previewVideo {
}
.identity-popup-popup-menulist {
width: 72px;
min-width: 6.5em;
}
/* EME */