Chromium Code Reviews| Index: chrome/browser/resources/md_history/shared_style.html |
| diff --git a/chrome/browser/resources/md_history/shared_style.html b/chrome/browser/resources/md_history/shared_style.html |
| index 26c7ed29357fca94deacffd9bfe04ab0ebe01b5e..5a452ac9c250bb5f94e89d2266ef4ffb49384b50 100644 |
| --- a/chrome/browser/resources/md_history/shared_style.html |
| +++ b/chrome/browser/resources/md_history/shared_style.html |
| @@ -15,6 +15,11 @@ |
| padding: 0 var(--card-padding-side); |
| width: calc(100% - 2 * var(--card-padding-side)); |
| }; |
| + --card-container-filter: { |
| + filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .05)) |
|
tsergeant
2016/08/05 00:16:48
Maybe one day we'll be able to get the same shadow
calamity
2016/08/05 04:01:58
They don't even render the same T_T
Changed the b
|
| + drop-shadow(0 1px 4px rgba(0, 0, 0, .08)) |
| + drop-shadow(0 1px 1px rgba(0, 0, 0, .2)); |
| + }; |
| --first-card-padding-top: 24px; |
| --item-height: 44px; |
| --primary-text-color: #333; |