src/main/webapp/projects.css

changeset 346
860bbccf33e7
parent 308
7b5f6dd8dad6
equal deleted inserted replaced
345:7a515768c481 346:860bbccf33e7
63 .issue-progress-bar .done { 63 .issue-progress-bar .done {
64 height: 100%; 64 height: 100%;
65 background: green; 65 background: green;
66 } 66 }
67 67
68 .issue-tag, .version-tag { 68 .issue-tag, .version-tag, .issue-tag-auto-color {
69 padding: .1em 2ex .1em 2ex; 69 padding: .1em 2ex .1em 2ex;
70 display: inline-block; 70 display: inline-block;
71 box-sizing: border-box; 71 box-sizing: border-box;
72 border-style: solid; 72 border-style: solid;
73 border-width: thin; 73 border-width: thin;
75 border-radius: 4pt; 75 border-radius: 4pt;
76 background: darkgray; 76 background: darkgray;
77 text-align: center; 77 text-align: center;
78 font-weight: bolder; 78 font-weight: bolder;
79 font-size: x-small; 79 font-size: x-small;
80 }
81
82 .issue-tag, .version-tag {
80 color: whitesmoke; 83 color: whitesmoke;
81 } 84 }
82 85
83 .issue-tag.Bug { 86 .issue-tag.Bug {
84 background: red; 87 background: red;

mercurial