зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
fe043ed110
Коммит
5462cd7fc0
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче