Index: third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.css |
diff --git a/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.css b/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.css |
index 93273c13423a7e05899ae30747ac8fda380c9c6a..192e5f348b0cf75272c516c40baed3c0647a713a 100644 |
--- a/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.css |
+++ b/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.css |
@@ -43,11 +43,11 @@ div.collapsible > div.hidden { |
} |
.collapse-button { |
- background-image: -webkit-canvas(arrowDown); |
+ background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#909090' width='10' height='10'><path d='M0 0 L8 0 L4 7 Z'/></svg>"); |
height: 10px; |
} |
.expand-button { |
- background-image: -webkit-canvas(arrowRight); |
- height: 11px; |
+ background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#909090' width='10' height='10'><path d='M0 0 L0 8 L7 4 Z'/></svg>"); |
+ height: 10px; |
} |