mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-13 22:33:05 +00:00
Merged in isqua/chrome_point_plus/nested_level_img_fix (pull request #33)
Исправить покусанные кружки
This commit is contained in:
commit
552b997ba3
|
@ -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 {
|
||||
|
|
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