| Index: chrome/browser/resources/md_extensions/toolbar.css
|
| diff --git a/chrome/browser/resources/settings/a11y_page/a11y_page.css b/chrome/browser/resources/md_extensions/toolbar.css
|
| similarity index 50%
|
| copy from chrome/browser/resources/settings/a11y_page/a11y_page.css
|
| copy to chrome/browser/resources/md_extensions/toolbar.css
|
| index 65537ee02ff5767569fee04f7ef03ad8d6635f91..396d29e15ffa578e76013dafb73a092f304f5e7a 100644
|
| --- a/chrome/browser/resources/settings/a11y_page/a11y_page.css
|
| +++ b/chrome/browser/resources/md_extensions/toolbar.css
|
| @@ -2,19 +2,23 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file. */
|
|
|
| -.autoclick-delay-label {
|
| - -webkit-margin-end: 0;
|
| - -webkit-margin-start: 40px;
|
| +:host {
|
| align-items: center;
|
| + background: rgb(63, 85, 102);
|
| + color: white;
|
| display: flex;
|
| - margin-bottom: 10px;
|
| - margin-top: 0;
|
| + height: 56px;
|
| }
|
|
|
| -#autoclickDropdown {
|
| - -webkit-margin-start: 10px;
|
| +#search-field {
|
| + -webkit-padding-end: 10px;
|
| }
|
|
|
| -.more-a11y-link {
|
| - margin-bottom: 10px;
|
| +#title {
|
| + -webkit-margin-start: 24px;
|
| + flex: 1;
|
| + font-size: 107.7%;
|
| + font-weight: normal;
|
| + margin-bottom: 0;
|
| + margin-top: 0;
|
| }
|
|
|