mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 20:44:53 -04:00
Small changes.
This commit is contained in:
parent
2b26796719
commit
05504d8e5d
2 changed files with 26 additions and 17 deletions
|
@ -1,17 +1,26 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
<svg
|
||||||
<svg id="svg7384" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||||
<metadata id="metadata90">
|
xmlns:cc="http://creativecommons.org/ns#"
|
||||||
<rdf:RDF>
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||||
<cc:Work rdf:about="">
|
xmlns:svg="http://www.w3.org/2000/svg"
|
||||||
<dc:format>image/svg+xml</dc:format>
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
<dc:title>Gnome Symbolic Icon Theme</dc:title>
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
</cc:Work>
|
id="svg7384"
|
||||||
</rdf:RDF>
|
height="12"
|
||||||
</metadata>
|
width="12"
|
||||||
<title id="title9167">Gnome Symbolic Icon Theme</title>
|
version="1.1"
|
||||||
<g id="layer14" transform="translate(-462,-300)">
|
inkscape:version="0.48.4 r9939"
|
||||||
<path id="path1234" style="block-progression:tb;text-indent:0;color:#555555;text-transform:none;fill:#555555" d="m464.81 301a1.0001 1.0001 0 0 0 -0.8125 1v13a1.0001 1.0001 0 0 0 1 1h10a1.0001 1.0001 0 0 0 1 -1v-9.4375a1.0001 1.0001 0 0 0 -0.28125 -0.71875l-3.5625-3.5625a1.0001 1.0001 0 0 0 -0.72 -0.28h-6.4375a1.0001 1.0001 0 0 0 -0.0937 0 1.0001 1.0001 0 0 0 -0.0937 0zm1.1875 2h5v3h3v8h-8v-11z"/>
|
sodipodi:docname="page.svg">
|
||||||
|
<g
|
||||||
|
id="layer14"
|
||||||
|
transform="matrix(0.68005728,0,0,0.70728284,-313.86652,-213.11037)">
|
||||||
|
<path
|
||||||
|
id="path1234"
|
||||||
|
style="text-indent:0;text-transform:none;block-progression:tb;color:#555555;fill:#555555"
|
||||||
|
d="m 479.1751,323.93034 0,-15.55248 -4.41139,-4.24158 -13.23419,-10e-6 1e-5,19.79407 m 2.94093,-1.41387 -10e-6,-15.55248 7.35234,10e-6 0,4.24159 4.41139,0 -10e-6,11.31088"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
sodipodi:nodetypes="ccccccccccc" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1 KiB |
|
@ -8,8 +8,8 @@ modulejs.define('core/resource', ['core/settings'], function (settings) {
|
||||||
|
|
||||||
icon = function (id) {
|
icon = function (id) {
|
||||||
|
|
||||||
// return settings.appUrl + 'client/themes/faenza/icons/' + id + '.png';
|
return settings.appUrl + 'client/themes/faenza/icons/' + id + '.png';
|
||||||
return settings.appUrl + 'client/themes/evolvere/icons/' + id + '.svg';
|
// return settings.appUrl + 'client/themes/evolvere/icons/' + id + '.svg';
|
||||||
};
|
};
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue