Common/DocumentResultList: Refactor file loading, add zooflow file loading
This commit is contained in:
30
GUIs.Common/Resources/editcolors.svg
Normal file
30
GUIs.Common/Resources/editcolors.svg
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<svg x="0px" y="0px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" id="Layer_1" style="enable-background:new 0 0 32 32">
|
||||
<style type="text/css">
|
||||
.Yellow{fill:#FFB115;}
|
||||
.Red{fill:#D11C1C;}
|
||||
.Black{fill:#727272;}
|
||||
.Blue{fill:#1177D7;}
|
||||
.White{fill:#FFFFFF;}
|
||||
.Green{fill:#039C23;}
|
||||
.st0{opacity:0.75;}
|
||||
.st1{opacity:0.5;}
|
||||
.st2{opacity:0.25;}
|
||||
.st3{fill:#FFB115;}
|
||||
</style>
|
||||
<g id="EditColors">
|
||||
<path d="M29,0H1C0.5,0,0,0.5,0,1v28c0,0.5,0.5,1,1,1h28c0.5,0,1-0.5,1-1V1C30,0.5,29.5,0,29,0z M28,28H2V2h26V28z" class="Black" />
|
||||
<path d="M10,10H4V4h6V10z M18,4h-6v6h6V4z M10,12H4v6h6V12z" class="Yellow" />
|
||||
<path d="M10,26H4v-6h6V26z M18,12h-6v6h6V12z" class="Green" />
|
||||
<path d="M26,10h-6V4h6V10z M26,12h-6v6h6V12z" class="Red" />
|
||||
<path d="M26,26h-6v-6h6V26z M18,20h-6v6h6V20z" class="Blue" />
|
||||
<g class="st1">
|
||||
<rect x="4" y="12" width="6" height="6" rx="0" ry="0" class="Green" />
|
||||
<path d="M18,10h-6V4h6V10z M26,20h-6v6h6V20z" class="Red" />
|
||||
<path d="M26,18h-6v-6h6V18z M18,12h-6v6h6V12z" class="Blue" />
|
||||
</g>
|
||||
<g class="st1">
|
||||
<rect x="20" y="20" width="6" height="6" rx="0" ry="0" class="Blue" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
Reference in New Issue
Block a user