Заменить PNG-точечки на SVG

This commit is contained in:
isqua 2015-01-20 15:13:43 +03:00
parent 26893fbb4f
commit b7768ca8a9
3 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,7 @@ div#markItUpText-input {
content: '';
opacity: 0;
background-image: url('chrome-extension://__MSG_@@extension_id__/images/nesting-point.png');
background-image: url('chrome-extension://__MSG_@@extension_id__/images/nesting-point.svg');
background-repeat: repeat-x;
background-position: right center;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

View File

@ -0,0 +1 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" height="10" width="10"><circle cx="5" cy="5" r="3" fill="#9aacbe"/></svg>

After

Width:  |  Height:  |  Size: 125 B