Bug 1330731 - Insecure form warning popup min-width increased to 200px, old width has 4 lines of text wrap (ugly), this has 3 (less ugly). r=MattN

MozReview-Commit-ID: HSao2FEtx1S

--HG--
extra : rebase_source : be7370cb022b92c5bd74012c74ca90252e86d1bc
This commit is contained in:
Garvan Keeley 2017-04-11 10:24:10 -04:00
Родитель fe043ed110
Коммит 5462cd7fc0
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -522,6 +522,10 @@ toolbar:not(#TabsToolbar) > #personal-bookmarks {
display: none;
}
#PopupAutoComplete[firstresultstyle="insecureWarning"] {
min-width: 200px;
}
#PopupAutoComplete > richlistbox > richlistitem[originaltype="insecureWarning"] {
-moz-binding: url("chrome://global/content/bindings/autocomplete.xml#autocomplete-richlistitem-insecure-field");
height: auto;