diff --git a/chrome_point_plus/css/point-plus.css b/chrome_point_plus/css/point-plus.css index 5780d35..5c7ab56 100644 --- a/chrome_point_plus/css/point-plus.css +++ b/chrome_point_plus/css/point-plus.css @@ -173,8 +173,9 @@ 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; } #comments.nesting_level .post:hover .info::before { diff --git a/chrome_point_plus/images/nesting-point.png b/chrome_point_plus/images/nesting-point.png deleted file mode 100644 index d58b653..0000000 Binary files a/chrome_point_plus/images/nesting-point.png and /dev/null differ diff --git a/chrome_point_plus/images/nesting-point.svg b/chrome_point_plus/images/nesting-point.svg new file mode 100644 index 0000000..b1160a3 --- /dev/null +++ b/chrome_point_plus/images/nesting-point.svg @@ -0,0 +1 @@ + \ No newline at end of file