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..b6840bfbdefa43cdbe59ef4480e4612969973999 100644 |
--- a/ui/webui/resources/cr_elements/shared_style_css.html |
+++ b/ui/webui/resources/cr_elements/shared_style_css.html |
@@ -58,10 +58,30 @@ |
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-clear { |
+ background-image: url(chrome://resources/images/icon_clear.svg); |
+ } |
+ |
+ button[is='paper-icon-button-light'].icon-delete { |
+ background-image: url(chrome://resources/images/icon_delete.svg); |
+ } |
+ |
button[is='paper-icon-button-light'].icon-external { |
background-image: url(chrome://resources/images/open_in_new.svg); |
} |
+ button[is='paper-icon-button-light'].icon-more-vert { |
+ background-image: url(chrome://resources/images/icon_more_vert.svg); |
+ } |
+ |
+ button[is='paper-icon-button-light'].icon-settings { |
+ background-image: url(chrome://resources/images/icon_settings.svg); |
+ } |
+ |
.subpage-arrow, |
.icon-external { |
display: none; |