Commit 9ef1f3a945
Verified · cmc ci/build: success
internal/web/static/style.css +3
| @@ -494,6 +494,9 @@ table.tree tr.cols th { | ||
| 494 | 494 | background: var(--bg); |
| 495 | 495 | } |
| 496 | 496 | table.tree tr.cols:hover th { background: var(--bg); } |
| 497 | /* right-aligned columns keep their header with their values; this needs to | |
| 498 | outrank the tr.cols th rule above, which is why it names both */ | |
| 499 | table.tree tr.cols th.age, table.tree tr.cols th.size { text-align: right; } | |
| 497 | 500 | table.tree th.size { text-align: right; } |
| 498 | 501 | table.tree td.name { width: 100%; } |
| 499 | 502 | table.tree td.name a { color: var(--fg); } |