Bug 1694427 - fix background colours and button padding in about:support, r=jaws,desktop-theme-reviewers,harry

Differential Revision: https://phabricator.services.mozilla.com/D106281
This commit is contained in:
Gijs Kruitbosch 2021-02-24 16:08:45 +00:00
parent 9399451d61
commit d079588fd9
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,6 @@
button {
margin-inline-start: 0;
margin-inline-end: 8px;
padding: 3px;
}
th.title-column {

View File

@ -61,7 +61,7 @@
--in-content-button-horizontal-padding: 15px;
--in-content-button-vertical-padding: 7px;
--in-content-table-background: #ebebeb;
--in-content-table-background: #f8f8fa;
--in-content-table-border-dark-color: #d1d1d1;
--in-content-table-header-background: #0a84ff;
--in-content-dialog-header-background: #f1f1f1;
@ -135,6 +135,8 @@
--in-content-button-vertical-padding: 0;
--in-content-button-box-shadow: var(--in-content-border-active-shadow);
--in-content-table-background: #ebebeb;
}
}