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

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

Issue 9923005: [WebUI] Fix rest of CSS style nits so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: serya 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..801b4318ccb332673389e2b1d61b580ca021f0b3 100644
--- a/chrome/browser/resources/print_preview/margins.css
+++ b/chrome/browser/resources/print_preview/margins.css
@@ -43,7 +43,7 @@
}
.margin-box.invalid {
- background-color: #c11b17;
+ background-color: rgb(193, 27, 23);
}
.margins-ui-pair {
@@ -67,7 +67,7 @@
}
.margin-line {
- border-color: #4080FA;
+ border-color: rgb(64, 128, 250);
border-style: dashed;
border-width: 1px;
pointer-events: none;
@@ -96,6 +96,6 @@
}
#customized-margins.invisible {
- pointer-events: none;
opacity: 0;
+ pointer-events: none;
}

Powered by Google App Engine
This is Rietveld 408576698