Defect #43283 » 43283.patch
app/assets/stylesheets/application.css | ||
---|---|---|
389 | 389 |
table.list td.reorder {width:15%; white-space:nowrap; text-align:center; } |
390 | 390 |
table.list table.progress td {padding-right:0; border-top: none;} |
391 | 391 |
table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; } |
392 |
table.list tr.overdue td.due_date { color: var(--oc-red-9); } |
|
392 |
table.list tr.overdue:not(.context-menu-selection) td.due_date { color: var(--oc-red-9); }
|
|
393 | 393 |
table.list thead.related-issues th { background-color: inherit; font-size: 11px; border: none; } |
394 | 394 |
#role-permissions-trackers table.list th {white-space:normal;} |
395 | 395 |
table.list div.wiki p { |
- « Previous
- 1
- 2
- 3
- 4
- Next »