summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordbeam <dbeam@chromium.org>2016-01-29 18:58:16 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-30 02:58:58 +0000
commitf07b6b8757df666cd70fbe920b624ac0760c0360 (patch)
tree6b001a3db2010057e8a9301d7b25c03234bbd0cb
parent86909b76ae673ef32b09611da4f997217f20e0d4 (diff)
downloadchromium_src-f07b6b8757df666cd70fbe920b624ac0760c0360.zip
chromium_src-f07b6b8757df666cd70fbe920b624ac0760c0360.tar.gz
chromium_src-f07b6b8757df666cd70fbe920b624ac0760c0360.tar.bz2
chrome://apps - fix page switcher / footer gradients
R=dschuyler@chromium.org BUG=none (?) TEST=manual Review URL: https://codereview.chromium.org/1650323002 Cr-Commit-Position: refs/heads/master@{#372524}
-rw-r--r--chrome/browser/resources/ntp4/new_tab_theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/ntp4/new_tab_theme.css b/chrome/browser/resources/ntp4/new_tab_theme.css
index 7725c97..f5a6698 100644
--- a/chrome/browser/resources/ntp4/new_tab_theme.css
+++ b/chrome/browser/resources/ntp4/new_tab_theme.css
@@ -54,7 +54,7 @@ body {
.showing-login-area #page-switcher-end:hover,
.showing-login-area #page-switcher-end:focus,
.showing-login-area #page-switcher-end.drag-target {
- background: linear-gradient(top,
+ background: linear-gradient(
rgba($i18n{colorText}, 0) 0,
rgba($i18n{colorText}, .01) 60px,
rgba($i18n{colorText}, .06) 183px);
@@ -67,7 +67,7 @@ body {
/* Footer *********************************************************************/
#footer-border {
- background: linear-gradient(left,
+ background: linear-gradient(to left,
rgba($i18n{colorSectionBorder}, 0.2),
rgba($i18n{colorSectionBorder}, 0.3) 20%,
rgba($i18n{colorSectionBorder}, 0.3) 80%,