summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/ntp4/new_tab_theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/ntp4/new_tab_theme.css')
-rw-r--r--chrome/browser/resources/ntp4/new_tab_theme.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/browser/resources/ntp4/new_tab_theme.css b/chrome/browser/resources/ntp4/new_tab_theme.css
index 71cb7a4..8995657 100644
--- a/chrome/browser/resources/ntp4/new_tab_theme.css
+++ b/chrome/browser/resources/ntp4/new_tab_theme.css
@@ -106,7 +106,7 @@ body {
color: $8; /* COLOR_NTP_TEXT */
}
-.most-visited:focus .thumbnail-wrapper,
+.most-visited:focus:not(.filler) .thumbnail-wrapper,
.most-visited:hover .thumbnail-wrapper {
background-color: $6; /* COLOR_NTP_HEADER */
}
@@ -125,3 +125,9 @@ body {
.filler .thumbnail {
border-color: $2; /* COLOR_NTP_BACKGROUND */
}
+
+.thumbnail-shield {
+ background-image:
+ -webkit-linear-gradient(transparent, transparent 50%,
+ $2); /* COLOR_NTP_BACKGROUND */
+}