Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4143)

Unified Diff: chrome/browser/resources/print_preview/margins.css

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: estade review Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698