| Index: chrome/browser/resources/settings/settings.html
|
| diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
|
| index f64ddf2d5ca1fd9d260ff417539a8043fc571d02..f56ed01b94b4a66cbb464f4216fa740e9bc163e6 100644
|
| --- a/chrome/browser/resources/settings/settings.html
|
| +++ b/chrome/browser/resources/settings/settings.html
|
| @@ -1,26 +1,20 @@
|
| <!doctype html>
|
| -<html dir="$i18n{textdirection}" lang="$i18n{language}">
|
| +<html dir="$i18n{textdirection}" lang="$i18n{language}" class="loading">
|
| <head>
|
| <meta charset="utf-8">
|
| <title>$i18n{settings}</title>
|
| <if expr="not use_vulcanize">
|
| <base href="chrome://$i18n{hostname}">
|
| </if>
|
| - <link rel="stylesheet" href="chrome://resources/css/md_colors.css">
|
| <style>
|
| html {
|
| + background-color: #f1f1f1;
|
| overflow: hidden;
|
| }
|
|
|
| - settings-ui:unresolved {
|
| - background-color: var(--md-background-color);
|
| - border-top: 56px solid var(--md-toolbar-color);
|
| - bottom: 0;
|
| - display: block;
|
| - left: 0;
|
| - position: fixed;
|
| - right: 0;
|
| - top: 0;
|
| + .loading {
|
| + /* --google-blue-700 in disguise. Replaced when settings-ui loads. */
|
| + border-top: 56px solid rgb(51, 103, 214);
|
| }
|
| </style>
|
| </head>
|
|
|