mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 15:02:11 +00:00
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:
parent
73336f8958
commit
6a75b6bf98
@ -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");
|
||||
|
||||
|
@ -157,7 +157,7 @@ html|*#webRTC-previewVideo {
|
||||
}
|
||||
|
||||
.identity-popup-popup-menulist {
|
||||
width: 72px;
|
||||
min-width: 6.5em;
|
||||
}
|
||||
|
||||
/* EME */
|
||||
|
Loading…
x
Reference in New Issue
Block a user