зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1358428 - in-content dialogs: Set mac help button width to auto so there’s always room for the label text. r=jaws.
This commit is contained in:
Родитель
d9b9a81f4e
Коммит
df3e3197f0
|
@ -28,6 +28,11 @@ html|button {
|
|||
margin-right: 4px;
|
||||
}
|
||||
|
||||
xul|button[dlgtype="help"] {
|
||||
-moz-appearance: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
xul|caption {
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче