| Index: chrome/browser/resources/print_preview/margins.css
|
| diff --git a/chrome/browser/resources/print_preview/margins.css b/chrome/browser/resources/print_preview/margins.css
|
| index 70a5c92830f7298c05f110acba5ebcdb97e3e8b5..12673bd1e6e86a33378b92dce02a55d8e39c6952 100644
|
| --- a/chrome/browser/resources/print_preview/margins.css
|
| +++ b/chrome/browser/resources/print_preview/margins.css
|
| @@ -1,7 +1,6 @@
|
| /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| * Use of this source code is governed by a BSD-style license that can be
|
| - * found in the LICENSE file.
|
| - */
|
| + * found in the LICENSE file. */
|
|
|
| .margin-box {
|
| background-color: #2a2a2a;
|
| @@ -43,7 +42,7 @@
|
| }
|
|
|
| .margin-box.invalid {
|
| - background-color: #c11b17;
|
| + background-color: rgb(193, 27, 23);
|
| }
|
|
|
| .margins-ui-pair {
|
| @@ -67,7 +66,7 @@
|
| }
|
|
|
| .margin-line {
|
| - border-color: #4080FA;
|
| + border-color: rgb(64, 128, 250);
|
| border-style: dashed;
|
| border-width: 1px;
|
| pointer-events: none;
|
| @@ -96,6 +95,6 @@
|
| }
|
|
|
| #customized-margins.invisible {
|
| - pointer-events: none;
|
| opacity: 0;
|
| + pointer-events: none;
|
| }
|
|
|