Chromium Code Reviews| Index: ui/webui/resources/cr_elements/shared_style_css.html |
| diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html |
| index 0fa227059cbe7286b30c05a557b6f25d0a3433ec..769a9e5e05467467cb9c600d57859c54b29353dc 100644 |
| --- a/ui/webui/resources/cr_elements/shared_style_css.html |
| +++ b/ui/webui/resources/cr_elements/shared_style_css.html |
| @@ -58,6 +58,15 @@ |
| background-image: url(chrome://resources/images/arrow_right.svg); |
| } |
| + button[is='paper-icon-button-light'].icon-cancel { |
| + background-image: url(chrome://resources/images/icon_cancel.svg); |
| + } |
| + |
| + button[is='paper-icon-button-light'].icon-cancel-toolbar { |
| + background-image: |
| + url(chrome://resources/images/icon_cancel_toolbar.svg); |
|
Dan Beam
2017/05/16 01:52:09
nit: 4\s indent for continuations (arguably)
hcarmona
2017/05/16 17:46:30
Done.
|
| + } |
| + |
| button[is='paper-icon-button-light'].icon-external { |
| background-image: url(chrome://resources/images/open_in_new.svg); |
| } |