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

Unified Diff: chrome/browser/resources/ntp4/most_visited_page.css

Issue 8840001: NTP4: Remove gradient while printing most visited thumbnails. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: there are issues on more than one platform, not just MacOS Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/most_visited_page.css
diff --git a/chrome/browser/resources/ntp4/most_visited_page.css b/chrome/browser/resources/ntp4/most_visited_page.css
index 907332b02b91b7b9733b68d24b0803509a3a04a4..af976927787507317814a799b6c56584578dcf36 100644
--- a/chrome/browser/resources/ntp4/most_visited_page.css
+++ b/chrome/browser/resources/ntp4/most_visited_page.css
@@ -119,6 +119,13 @@ html[dir=rtl] .most-visited .close-button {
rgba(255, 255, 255, 0.9));
}
+/* TODO(dbeam): Remove this when printing of -webkit-linear-gradient() works. */
+@media print {
+ .thumbnail-shield {
+ background: none;
+ }
+}
+
.most-visited:focus .thumbnail,
.most-visited:hover .thumbnail {
opacity: 0.95;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698