summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/new_tab_theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/new_tab_theme.css')
-rw-r--r--chrome/browser/resources/new_tab_theme.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/resources/new_tab_theme.css b/chrome/browser/resources/new_tab_theme.css
index 77b53b0..e2add06 100644
--- a/chrome/browser/resources/new_tab_theme.css
+++ b/chrome/browser/resources/new_tab_theme.css
@@ -52,9 +52,9 @@ body {
.thumbnail-container:focus .edit-bar,
.thumbnail-container:hover .edit-bar {
background-color: $6; /* COLOR_NTP_HEADER */
- background-image: -webkit-gradient(linear, left top, left bottom,
- from($7), /* color_header_gradient_light */
- to($6)); /* COLOR_NTP_HEADER */
+ background-image: -webkit-linear-gradient(
+ $7, /* COLOR_HEADER_GRADIENT_LIGHT */
+ $6); /* COLOR_NTP_HEADER */
}
.thumbnail-container:hover > .edit-mode-border {
background-color: $6; /* COLOR_NTP_HEADER */