mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-27 17:09:37 +00:00
88330724a3
- bestehende Dokumente zu Projekt zuweisen - Mantis Einträge Update Datenbank: - Erledigt für Tasks hinzugefügt - Budget für Projekte hinzugefügt - NN bei Notizbearbeiter entfernt
60 lines
903 B
CSS
Executable File
60 lines
903 B
CSS
Executable File
svg-shape {
|
|
-moz-binding: url("gantt.svg.xbl#shape");
|
|
-moz-user-focus: normal;
|
|
stroke-width: 4px;
|
|
font-family: Lucida Grande,Geneva,Verdana,Arial,Helvetica,sans-serif;
|
|
font-variant: normal;
|
|
line-height: normal;
|
|
font-size: 32px;
|
|
}
|
|
|
|
svg-shape .svg-shape-text {
|
|
fill: white;
|
|
}
|
|
|
|
svg-shape .svg-shape-rect {
|
|
fill: red;
|
|
stroke: white;
|
|
}
|
|
|
|
svg-shape:focus .svg-shape-rect {
|
|
fill: green;
|
|
stroke: white;
|
|
}
|
|
|
|
svg-shape .svg-shape-circle {
|
|
fill-opacity: .20;
|
|
stroke: white;
|
|
}
|
|
|
|
svg-shape:focus .svg-shape-circle {
|
|
fill-opacity: 1;
|
|
stroke: white;
|
|
}
|
|
|
|
#phase1 {
|
|
fill: magenta;
|
|
min-width: 48px;
|
|
min-height: 48px;
|
|
max-height: 48px;
|
|
}
|
|
|
|
#circ2 .svg-shape-circle {
|
|
fill: green;
|
|
}
|
|
|
|
#circ3 .svg-shape-circle {
|
|
fill: blue;
|
|
}
|
|
|
|
#svg-button {
|
|
min-width: 48px;
|
|
min-height: 48px;
|
|
max-height: 48px;
|
|
}
|
|
|
|
#background-circle .svg-shape-circle {
|
|
fill: lightslategray;
|
|
}
|
|
|