@@ -28,33 +28,33 table.list thead th { | |||
|
28 | 28 | /* Issues grid styles by priorities (provided by Wynn Netherland) */ |
|
29 | 29 | table.list tr.issue a { color: #666; } |
|
30 | 30 | |
|
31 |
tr.odd.priority- |
|
|
32 |
tr.odd.priority- |
|
|
33 |
tr.even.priority- |
|
|
34 |
tr.even.priority- |
|
|
35 |
tr.priority- |
|
|
36 |
tr.odd.priority- |
|
|
31 | tr.odd.priority-highest, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; } | |
|
32 | tr.odd.priority-highest { background: #ffc4c4; } | |
|
33 | tr.even.priority-highest, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; } | |
|
34 | tr.even.priority-highest { background: #ffd4d4; } | |
|
35 | tr.priority-highest a, tr.priority-5:hover a { color: #900; } | |
|
36 | tr.odd.priority-highest td, tr.even.priority-highest td { border-color: #ffb4b4; } | |
|
37 | 37 | |
|
38 |
tr.odd.priority- |
|
|
39 |
tr.odd.priority- |
|
|
40 |
tr.even.priority- |
|
|
41 |
tr.even.priority- |
|
|
42 |
tr.priority- |
|
|
43 |
tr.odd.priority- |
|
|
38 | tr.odd.priority-high2, table.list tbody tr.odd.priority-4:hover { color: #900; } | |
|
39 | tr.odd.priority-high2 { background: #ffc4c4; } | |
|
40 | tr.even.priority-high2, table.list tbody tr.even.priority-4:hover { color: #900; } | |
|
41 | tr.even.priority-high2 { background: #ffd4d4; } | |
|
42 | tr.priority-high2 a { color: #900; } | |
|
43 | tr.odd.priority-high2 td, tr.even.priority-high4 td { border-color: #ffb4b4; } | |
|
44 | 44 | |
|
45 | tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; } | |
|
46 | tr.odd.priority-3 { background: #fee; } | |
|
47 | tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; } | |
|
48 | tr.even.priority-3 { background: #fff2f2; } | |
|
49 | tr.priority-3 a { color: #900; } | |
|
50 | tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; } | |
|
45 | tr.odd.priority-high3, table.list tbody tr.odd.priority-3:hover { color: #900; } | |
|
46 | tr.odd.priority-high3 { background: #fee; } | |
|
47 | tr.even.priority-high3, table.list tbody tr.even.priority-3:hover { color: #900; } | |
|
48 | tr.even.priority-high3 { background: #fff2f2; } | |
|
49 | tr.priority-high3 a { color: #900; } | |
|
50 | tr.odd.priority-high3 td, tr.even.priority-high3 td { border-color: #fcc; } | |
|
51 | 51 | |
|
52 |
tr.odd.priority- |
|
|
53 |
tr.odd.priority- |
|
|
54 |
tr.even.priority- |
|
|
55 |
tr.even.priority- |
|
|
56 |
tr.priority- |
|
|
57 |
tr.odd.priority- |
|
|
52 | tr.odd.priority-lowest, table.list tbody tr.odd.priority-1:hover { color: #559; } | |
|
53 | tr.odd.priority-lowest { background: #eaf7ff; } | |
|
54 | tr.even.priority-lowest, table.list tbody tr.even.priority-1:hover { color: #559; } | |
|
55 | tr.even.priority-lowest { background: #f2faff; } | |
|
56 | tr.priority-lowest a { color: #559; } | |
|
57 | tr.odd.priority-lowest td, tr.even.priority-lowest td { border-color: #add7f3; } | |
|
58 | 58 | |
|
59 | 59 | /* Buttons */ |
|
60 | 60 | input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; } |
General Comments 0
You need to be logged in to leave comments.
Login now