src/main/webapp/projects.css

changeset 92
b723b31383ac
parent 87
501addad452b
child 101
c34c81b87674
     1.1 --- a/src/main/webapp/projects.css	Sun Jun 21 12:03:43 2020 +0200
     1.2 +++ b/src/main/webapp/projects.css	Sun Jun 21 12:24:29 2020 +0200
     1.3 @@ -77,3 +77,48 @@
     1.4      height: 100%;
     1.5      background: green;
     1.6  }
     1.7 +
     1.8 +.issue-tag {
     1.9 +    width: auto;
    1.10 +    padding: .1em 2ex .1em 2ex;
    1.11 +    display: inline-block;
    1.12 +    border-style: outset;
    1.13 +    border-width: 2pt;
    1.14 +    border-color: silver;
    1.15 +    border-radius: 6pt;
    1.16 +    background: lightgray;
    1.17 +    text-transform: uppercase;
    1.18 +    font-weight: bolder;
    1.19 +    font-size: smaller;
    1.20 +    color: whitesmoke;
    1.21 +}
    1.22 +
    1.23 +.issue-tag.Bug {
    1.24 +    background: red;
    1.25 +}
    1.26 +
    1.27 +.issue-tag.Improvement, .issue-tag.Feature {
    1.28 +    background: green;
    1.29 +}
    1.30 +
    1.31 +.issue-tag.Task {
    1.32 +    background: deepskyblue;
    1.33 +}
    1.34 +
    1.35 +.issue-tag.Test {
    1.36 +    background: lightskyblue;
    1.37 +}
    1.38 +
    1.39 +.issue-tag.phase-0 {
    1.40 +    background: steelblue;
    1.41 +}
    1.42 +
    1.43 +.issue-tag.phase-1 {
    1.44 +    background: gold;
    1.45 +    color: black;
    1.46 +}
    1.47 +
    1.48 +.issue-tag.phase-2 {
    1.49 +    background: green;
    1.50 +}
    1.51 +

mercurial