add reader mode icon
This commit is contained in:
parent
bb7d40c4aa
commit
8e41da0e1f
2 changed files with 7 additions and 0 deletions
|
@ -207,6 +207,10 @@ richlistitem[originaltype="loginsFooter"] .ac-site-icon,
|
|||
list-style-image: url(hyperlink.svg) !important;
|
||||
}
|
||||
|
||||
#reader-mode-button {
|
||||
list-style-image: url(readerMode.svg) !important;
|
||||
}
|
||||
|
||||
#pageAction-panel-webcompat-reporter_mozilla_org
|
||||
{
|
||||
list-style-image: url(bug.svg) !important;
|
||||
|
|
3
chrome/icons/readerMode.svg
Normal file
3
chrome/icons/readerMode.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
||||
<path style="fill:context-fill;fill-opacity=context-fill-opacity" d="M1.5 1A1.5 1.5 0 0 0 0 2.5v11A1.5 1.5 0 0 0 1.5 15H6a2.49 2.49 0 0 0 1.07-.242 5.5 5.5 0 0 1-.521-.867A1.49 1.49 0 0 1 6 14H1.5a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H6a1.5 1.5 0 0 1 1.5 1.5v4.225a5.5 5.5 0 0 1 1-.834V3.5A1.5 1.5 0 0 1 10 2h4.5a.5.5 0 0 1 .5.5v4.76c.357.303.687.629 1 .998V2.5A1.5 1.5 0 0 0 14.5 1H10c-.818 0-1.544.393-2 1a2.496 2.496 0 0 0-2-1H1.5zm10 6c-.095 0-.234.046-.414.236-.182.192-.368.497-.535.914-.29.727-.494 1.722-.541 2.85h2.98c-.047-1.128-.25-2.123-.54-2.85-.168-.417-.354-.722-.536-.914-.18-.19-.32-.236-.414-.236zm-1.672.32a4.505 4.505 0 0 0-2.8 3.68H9.01c.047-1.234.267-2.36.611-3.22.064-.16.133-.315.207-.46zm3.342 0a5.285 5.285 0 0 1 .209.46c.345.86.564 1.986.611 3.22h1.983a4.504 4.504 0 0 0-2.803-3.68zM7.027 12a4.505 4.505 0 0 0 2.801 3.68 5.346 5.346 0 0 1-.207-.46c-.344-.861-.564-1.986-.611-3.22H7.027zm2.983 0c.047 1.128.25 2.123.54 2.85.168.417.354.722.536.914.18.19.319.236.414.236.095 0 .234-.046.414-.236.182-.191.368-.497.535-.914.29-.727.494-1.722.541-2.85h-2.98zm3.98 0c-.047 1.234-.266 2.359-.611 3.22-.064.16-.134.315-.21.46A4.504 4.504 0 0 0 15.974 12H13.99z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue