| Index: chrome/browser/resources/chromeos/login/oobe_dialog.css
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe_dialog.css b/chrome/browser/resources/chromeos/login/oobe_dialog.css
|
| index 9f699926ff4872ec2cb3d7596ad3a0acac756a79..fdb142f629ef2c73ec1c5dab474c1631cb95ed1f 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_dialog.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_dialog.css
|
| @@ -3,9 +3,11 @@
|
| found in the LICENSE file. */
|
|
|
| :host {
|
| + background-color: white;
|
| display: flex;
|
| flex-direction: column;
|
| position: relative;
|
| + width: 582px;
|
| }
|
|
|
| .oobe-icon-div {
|
| @@ -15,13 +17,11 @@
|
| }
|
|
|
| .oobe-header {
|
| - background-color: white;
|
| color: black;
|
| height: 150px;
|
| }
|
|
|
| .oobe-footer {
|
| - background-color: white;
|
| position: relative;
|
| }
|
|
|
|
|