mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-13 22:33:05 +00:00
Заменить PNG-точечки на SVG
This commit is contained in:
parent
26893fbb4f
commit
b7768ca8a9
|
@ -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 |
1
chrome_point_plus/images/nesting-point.svg
Normal file
1
chrome_point_plus/images/nesting-point.svg
Normal 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 |
Loading…
Reference in a new issue