custom checkbox style
This commit is contained in:
parent
2fc19635f6
commit
99238a5a42
6 changed files with 12 additions and 0 deletions
BIN
core/img/actions/checkbox-checked.png
Normal file
BIN
core/img/actions/checkbox-checked.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 265 B |
4
core/img/actions/checkbox-checked.svg
Normal file
4
core/img/actions/checkbox-checked.svg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16px" width="16px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<path d="m3 2c-0.554 0-1 0.446-1 1v10c0 0.554 0.446 1 1 1h10c0.554 0 1-0.446 1-1v-10c0-0.554-0.446-1-1-1h-10zm8.924 2.0664l1.433 1.4316-6.3648 6.365-4.2422-4.2439 1.4141-1.414 2.8281 2.8301 4.9318-4.9688z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 495 B |
BIN
core/img/actions/checkbox-mixed.png
Normal file
BIN
core/img/actions/checkbox-mixed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 B |
4
core/img/actions/checkbox-mixed.svg
Normal file
4
core/img/actions/checkbox-mixed.svg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16px" width="16px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<path d="m3 2c-0.554 0-1 0.446-1 1v10c0 0.554 0.446 1 1 1h10c0.554 0 1-0.446 1-1v-10c0-0.554-0.446-1-1-1h-10zm1 5h8v2h-8v-2z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 415 B |
BIN
core/img/actions/checkbox.png
Normal file
BIN
core/img/actions/checkbox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 B |
4
core/img/actions/checkbox.svg
Normal file
4
core/img/actions/checkbox.svg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16px" width="16px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||||
|
<path d="m3 2c-0.554 0-1 0.446-1 1v10c0 0.554 0.446 1 1 1h10c0.554 0 1-0.446 1-1v-10c0-0.554-0.446-1-1-1h-10zm0 1h10v10h-10v-10z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 419 B |
Loading…
Reference in a new issue