diff options
| author | dbeam <dbeam@chromium.org> | 2016-01-29 18:58:16 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2016-01-30 02:58:58 +0000 |
| commit | f07b6b8757df666cd70fbe920b624ac0760c0360 (patch) | |
| tree | 6b001a3db2010057e8a9301d7b25c03234bbd0cb | |
| parent | 86909b76ae673ef32b09611da4f997217f20e0d4 (diff) | |
| download | chromium_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.css | 4 |
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%, |
