зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1535253
- Add back the .contentPane rule to passwordmgr.css that was removed accidentally. r=MattN
The .contentPane rule for /browser was consolidated and removed throughout the codebase but the .contentPane rule in passwordmgr.css is in /toolkit and shouldn't have been removed. Differential Revision: https://phabricator.services.mozilla.com/D24922 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
93748b5526
Коммит
189bf2ef6d
|
@ -4,6 +4,10 @@
|
|||
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
.contentPane {
|
||||
margin: 9px 8px 5px 8px;
|
||||
}
|
||||
|
||||
.actionButtons {
|
||||
margin: 0px 3px 6px 3px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче