From 004fb919c626db551adef17a61933810d3f817ca Mon Sep 17 00:00:00 2001 From: "csilv@chromium.org" Date: Tue, 10 Apr 2012 17:09:42 +0000 Subject: 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 --- chrome/browser/resources/print_preview/margins.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/resources/print_preview') 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; -- cgit v1.1