Project

General

Profile

Feature #41500 » striped-table.patch

Go MAEDA, 2024-10-17 23:55

View differences:

app/assets/stylesheets/application.css
431 431
table td {padding:2px;}
432 432
table p {margin:0;}
433 433

  
434
table.list:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd) { background-color:#f6f7f8; }
435
table.list:not(.odd-even) tbody tr:nth-child(even), .even, #issue-changesets div.changeset:nth-child(even) { background-color: #fff; }
434
table.list:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd) { background-color: #fff; }
435
table.list:not(.odd-even) tbody tr:nth-child(even), .even, #issue-changesets div.changeset:nth-child(even) { background-color: #f6f7f8; }
436 436
table.list:not(.odd-even) tbody tr:nth-child(odd):hover, .odd:hover, #issue-changesets div.changeset:nth-child(odd):hover,
437 437
table.list:not(.odd-even) tbody tr:nth-child(even):hover, .even:hover, #issue-changesets div.changeset:nth-child(even):hover { background-color:#ffffdd; }
438 438

  
app/assets/themes/alternate/stylesheets/application.css
55 55
table.list tr.issue a { color: #666; }
56 56

  
57 57
tr.odd.priority-highest, table.list tbody tr.odd.priority-highest:hover { color: #900; font-weight: bold; }
58
tr.odd.priority-highest { background: #ffc4c4; }
58
tr.odd.priority-highest { background: #ffd4d4; }
59 59
tr.even.priority-highest, table.list tbody tr.even.priority-highest:hover { color: #900; font-weight: bold; }
60
tr.even.priority-highest { background: #ffd4d4; }
60
tr.even.priority-highest { background: #ffc4c4; }
61 61
tr.priority-highest a, tr.priority-5:hover a { color: #900; }
62 62
tr.odd.priority-highest td, tr.even.priority-highest td { border-color: #ffb4b4; }
63 63

  
64 64
tr.odd.priority-high2, table.list tbody tr.odd.priority-high4:hover { color: #900; }
65
tr.odd.priority-high2 { background: #ffc4c4; }
65
tr.odd.priority-high2 { background: #ffd4d4; }
66 66
tr.even.priority-high2, table.list tbody tr.even.priority-high4:hover { color: #900; }
67
tr.even.priority-high2 { background: #ffd4d4; }
67
tr.even.priority-high2 { background: #ffc4c4; }
68 68
tr.priority-high2 a { color: #900; }
69 69
tr.odd.priority-high2 td, tr.even.priority-high4 td { border-color: #ffb4b4; }
70 70

  
71 71
tr.odd.priority-high3, table.list tbody tr.odd.priority-high3:hover { color: #900; }
72
tr.odd.priority-high3 { background: #fee; }
72
tr.odd.priority-high3 { background: #fff2f2; }
73 73
tr.even.priority-high3, table.list tbody tr.even.priority-high3:hover { color: #900; }
74
tr.even.priority-high3 { background: #fff2f2; }
74
tr.even.priority-high3 { background: #fee; }
75 75
tr.priority-high3 a { color: #900; }
76 76
tr.odd.priority-high3 td, tr.even.priority-high3 td { border-color: #fcc; }
77 77

  
78 78
tr.odd.priority-lowest, table.list tbody tr.odd.priority-lowest:hover { color: #559; }
79
tr.odd.priority-lowest { background: #eaf7ff; }
79
tr.odd.priority-lowest { background: #f2faff; }
80 80
tr.even.priority-lowest, table.list tbody tr.even.priority-lowest:hover { color: #559; }
81
tr.even.priority-lowest { background: #f2faff; }
81
tr.even.priority-lowest { background: #eaf7ff; }
82 82
tr.priority-lowest a { color: #559; }
83 83
tr.odd.priority-lowest td, tr.even.priority-lowest td { border-color: #add7f3; }
84 84

  
(7-7/7)