diff options
author | csilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-10 17:09:42 +0000 |
---|---|---|
committer | csilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-10 17:09:42 +0000 |
commit | 004fb919c626db551adef17a61933810d3f817ca (patch) | |
tree | 688239341ef69f5f5289e5b3fd1130bc896e858f /chrome/browser/resources/print_preview | |
parent | 03f279df44f53fc666fe4052335372fffc99a610 (diff) | |
download | chromium_src-004fb919c626db551adef17a61933810d3f817ca.zip chromium_src-004fb919c626db551adef17a61933810d3f817ca.tar.gz chromium_src-004fb919c626db551adef17a61933810d3f817ca.tar.bz2 |
Fix print-preview margin-box rule so that it doesn't get overriden by input rules in widget.css.
BUG=122505
TEST=Text in margin boxes should be white.
Review URL: https://chromiumcodereview.appspot.com/10031010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131573 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/print_preview')
-rw-r--r-- | chrome/browser/resources/print_preview/margins.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/print_preview/margins.css b/chrome/browser/resources/print_preview/margins.css index 12673bd..f2fd789 100644 --- a/chrome/browser/resources/print_preview/margins.css +++ b/chrome/browser/resources/print_preview/margins.css @@ -2,7 +2,7 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ -.margin-box { +#print-preview .margin-box { background-color: #2a2a2a; border: 1px solid #888; box-sizing: border-box; |