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

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

Issue 8425008: PrintPreview:[MAC] Added "Open PDF In Preview" option to open the pdf in native preview app. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added a check to fix the TestErrorMessage unit test Created 9 years, 1 month 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/print_preview.css
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
index 11a455e000b930bbc35e6405b5a62eb07f6d4803..e0acd94e499de494f20f6258a9bd34d194310d40 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -102,7 +102,7 @@ h1 {
font-weight: 300;
}
-#system-dialog-link {
+.preview-link-button {
-webkit-padding-start: 16px;
outline: 0;
padding-top: 10px;
@@ -110,11 +110,11 @@ h1 {
text-align: start;
}
-#system-dialog-link:hover:not(:disabled) {
+.preview-link-button:hover:not(:disabled) {
text-decoration: underline;
}
-#system-dialog-link:disabled {
+.preview-link-button:disabled {
color: rgba(0, 0, 0, .5);
cursor: default;
text-shadow: none;
« no previous file with comments | « chrome/browser/resources/print_preview/preview_area.js ('k') | chrome/browser/resources/print_preview/print_preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698