| Index: chrome/browser/resources/ntp4/new_tab_theme.css
|
| ===================================================================
|
| --- chrome/browser/resources/ntp4/new_tab_theme.css (revision 113138)
|
| +++ chrome/browser/resources/ntp4/new_tab_theme.css (working copy)
|
| @@ -90,6 +90,12 @@
|
| background-color: $6; /* COLOR_NTP_HEADER */
|
| }
|
|
|
| +.edit-bar {
|
| + background-image: -webkit-linear-gradient(
|
| + $7, /* COLOR_HEADER_GRADIENT_LIGHT */
|
| + $6); /* COLOR_NTP_HEADER */
|
| +}
|
| +
|
| .thumbnail-wrapper {
|
| /* This shows through at the (rounded) thumbnail's corners. */
|
| background-color: $11; /* COLOR_NTP_SECTION_BORDER */
|
|
|