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 bdbfcdcb8386bed851a09ec482fc43346d501d35..e558762c28edd8f5e015ccb92d513e9d7f97f910 100644 |
| --- a/ui/webui/resources/cr_elements/shared_style_css.html |
| +++ b/ui/webui/resources/cr_elements/shared_style_css.html |
| @@ -6,6 +6,14 @@ |
| <dom-module id="cr-shared-style"> |
| <template> |
| <style> |
| + button[is='paper-icon-button-light'].subpage-arrow { |
| + background-image: url(../images/arrow_right.svg); |
| + } |
| + |
| + button[is='paper-icon-button-light'].icon-external { |
| + background-image: url(../images/open_in_new.svg); |
| + } |
|
dschuyler
2016/12/10 01:09:18
Without [actionable], I believe the arrows will ap
dschuyler
2016/12/10 01:14:01
In case I'm giving the wrong impression when I sai
|
| + |
| /* Chrome spinners should be blue. */ |
| paper-spinner { |
| --paper-spinner-layer-1-color: var(--google-blue-500); |