mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-06 05:19:28 +00:00
SVG
This commit is contained in:
@@ -33,8 +33,11 @@ svg-shape:focus .svg-shape-circle {
|
||||
stroke: white;
|
||||
}
|
||||
|
||||
#circ1 .svg-shape-circle {
|
||||
fill: yellow;
|
||||
#phase1 {
|
||||
fill: magenta;
|
||||
min-width: 48px;
|
||||
min-height: 48px;
|
||||
max-height: 48px;
|
||||
}
|
||||
|
||||
#circ2 .svg-shape-circle {
|
||||
|
||||
@@ -64,10 +64,10 @@ echo '<?xml-stylesheet href="gantt.css" type="text/css"?>';
|
||||
</vbox>
|
||||
<vbox flex="1">
|
||||
<spacer flex="2"/>
|
||||
<svg-shape flex="1" id="svg-button" type="rect" radius="12" label="Box"/>
|
||||
<svg-shape flex="1" id="svg-button" type="rect" radius="12" label="Projekt Lernquadrat"/>
|
||||
<spacer flex="2"/>
|
||||
<hbox flex="4">
|
||||
<svg-shape flex="1" id="circ1" type="circle" label="1"/>
|
||||
<svg-shape flex="1" id="phase1" type="rect" label="Analysephase"/>
|
||||
<svg-shape flex="1" id="circ2" type="circle" label="2" />
|
||||
<svg-shape flex="1" id="circ3" type="circle" label="3" />
|
||||
</hbox>
|
||||
|
||||
Reference in New Issue
Block a user