a few svg fixes
|
@ -271,6 +271,7 @@ input.OxSmall {
|
|||
|
||||
input[type=image] {
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g stroke="#404040" stroke-width="48">
|
||||
<line x1="128" y1="0" x2="128" y2="256"/>
|
||||
<line x1="0" y1="128" x2="256" y2="128"/>
|
||||
<line x1="128" y1="16" x2="128" y2="240"/>
|
||||
<line x1="16" y1="128" x2="240" y2="128"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 231 B |
|
@ -1,3 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="32,56 224,56 128,248" fill="#404040"/>
|
||||
<polygon points="32,48 224,48 128,240" fill="#404040"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 132 B |
|
@ -1,5 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g stroke="#404040" stroke-width="48" stroke-linecap="round">
|
||||
<line x1="0" y1="128" x2="256" y2="128"/>
|
||||
</g>
|
||||
<line x1="16" y1="128" x2="240" y2="128" stroke="#404040" stroke-width="48"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 154 B |
|
@ -1,3 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="32,200 128,8 224,200" fill="#404040"/>
|
||||
<polygon points="32,208 128,16 224,208" fill="#404040"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 133 B |
|
@ -1,6 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g stroke="#FFFFFF" stroke-width="48">
|
||||
<line x1="128" y1="0" x2="128" y2="256"/>
|
||||
<line x1="0" y1="128" x2="256" y2="128"/>
|
||||
<line x1="128" y1="16" x2="128" y2="240"/>
|
||||
<line x1="16" y1="128" x2="240" y2="128"/>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 229 B After Width: | Height: | Size: 231 B |
|
@ -1,3 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="32,56 224,56 128,248" fill="#FFFFFF"/>
|
||||
<polygon points="32,48 224,48 128,240" fill="#FFFFFF"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 132 B |
|
@ -1,5 +1,5 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g transform="translate(128, 128)" stroke="#000000" stroke-linecap="round" stroke-width="28">
|
||||
<g transform="translate(128, 128)" stroke="#FFFFFF" stroke-linecap="round" stroke-width="28">
|
||||
<line x1="0" y1="-114" x2="0" y2="-70" transform="rotate(0)" opacity="1">
|
||||
<animate attributeName="opacity" from="1" to="0" begin="0s" dur="1s" repeatCount="indefinite"></animate>
|
||||
</line>
|
||||
|
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
@ -1,5 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<g stroke="#FFFFFF" stroke-width="48" stroke-linecap="round">
|
||||
<line x1="0" y1="128" x2="256" y2="128"/>
|
||||
</g>
|
||||
<line x1="16" y1="128" x2="240" y2="128" stroke="#FFFFFF" stroke-width="48"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 154 B |
|
@ -1,3 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||||
<polygon points="32,200 128,8 224,200" fill="#FFFFFF"/>
|
||||
<polygon points="32,208 128,16 224,208" fill="#FFFFFF"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 133 B |