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..26d5291deacbd17be48d40cc9ff5b8ff366c8313 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); |
+ 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: 11px; |
pdr.
2015/10/23 18:23:55
Change this to 10px;
chrishtr
2015/10/23 19:47:06
Done.
|
} |