Update background of show icon images to be secondary color of basic blocks. Add update script. (#1303)
This commit is contained in:
committed by
Peli de Halleux
parent
6ffd8aeea0
commit
d8d3d70511
@ -3,7 +3,7 @@
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(40,0)"
|
||||
style="fill:#fff;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(80,0)"
|
||||
style="fill: #fff; fill-opacity:0;"/>
|
||||
style="fill: #4DA1E3;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(120,0)"
|
||||
style="fill:#fff;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(160,0)"
|
||||
@ -19,7 +19,7 @@
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(160,40)"
|
||||
style="fill:#fff;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(0,80)"
|
||||
style="fill: #fff; fill-opacity:0;"/>
|
||||
style="fill: #4DA1E3;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(40,80)"
|
||||
style="fill:#fff;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(80,80)"
|
||||
@ -27,9 +27,9 @@
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(120,80)"
|
||||
style="fill:#fff;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(160,80)"
|
||||
style="fill: #fff; fill-opacity:0;"/>
|
||||
style="fill: #4DA1E3;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(0,120)"
|
||||
style="fill: #fff; fill-opacity:0;"/>
|
||||
style="fill: #4DA1E3;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(40,120)"
|
||||
style="fill:#fff;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(80,120)"
|
||||
@ -37,9 +37,9 @@
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(120,120)"
|
||||
style="fill:#fff;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(160,120)"
|
||||
style="fill: #fff; fill-opacity:0;"/>
|
||||
style="fill: #4DA1E3;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(0,160)"
|
||||
style="fill: #fff; fill-opacity:0;"/>
|
||||
style="fill: #4DA1E3;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(40,160)"
|
||||
style="fill:#fff;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(80,160)"
|
||||
@ -47,5 +47,5 @@
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(120,160)"
|
||||
style="fill:#fff;"/>
|
||||
<rect y="0" x="0" width="25" height="25" rx="5" transform="translate(160,160)"
|
||||
style="fill: #fff; fill-opacity:0;"/>
|
||||
style="fill: #4DA1E3;"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.9 KiB |
Reference in New Issue
Block a user