Chromium Code Reviews| Index: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html |
| diff --git a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html |
| index 23bf68a6746d42dbb164edcca7747830e771f384..6b2b6b60a003c9186e055ffd01a84df676b74ac1 100644 |
| --- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html |
| +++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html |
| @@ -10,6 +10,8 @@ |
| border: 0; |
| border-radius: 2px; |
| bottom: 0; |
| + box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12), |
| + 0px 16px 16px rgba(0, 0, 0, 0.24); |
|
Dan Beam
2017/01/31 03:02:24
i highly suspect we're copying this from somewhere
|
| color: inherit; |
| padding: 0; |
| top: 0; |