src/main/webapp/projects.css

changeset 92
b723b31383ac
parent 87
501addad452b
child 101
c34c81b87674
equal deleted inserted replaced
91:c3a6c65b3729 92:b723b31383ac
75 75
76 .issue-progress-bar .done { 76 .issue-progress-bar .done {
77 height: 100%; 77 height: 100%;
78 background: green; 78 background: green;
79 } 79 }
80
81 .issue-tag {
82 width: auto;
83 padding: .1em 2ex .1em 2ex;
84 display: inline-block;
85 border-style: outset;
86 border-width: 2pt;
87 border-color: silver;
88 border-radius: 6pt;
89 background: lightgray;
90 text-transform: uppercase;
91 font-weight: bolder;
92 font-size: smaller;
93 color: whitesmoke;
94 }
95
96 .issue-tag.Bug {
97 background: red;
98 }
99
100 .issue-tag.Improvement, .issue-tag.Feature {
101 background: green;
102 }
103
104 .issue-tag.Task {
105 background: deepskyblue;
106 }
107
108 .issue-tag.Test {
109 background: lightskyblue;
110 }
111
112 .issue-tag.phase-0 {
113 background: steelblue;
114 }
115
116 .issue-tag.phase-1 {
117 background: gold;
118 color: black;
119 }
120
121 .issue-tag.phase-2 {
122 background: green;
123 }
124

mercurial