MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,388:
1px 0 0 var(--wt-edge); /* right edge of the frozen column */
}
/* LEFT + RIGHT frame edges drawn on the CELLS in --wt-rule, matching the
top/bottom edges (section 11). The left edge MUST be on the first cell, not
only the table: with border-collapse a cell border outranks the table border,
so the first column's --wt-border (light) cell border would otherwise win the
left edge and render it lighter than the other three sides. Fintable overrides
first-child border-left → none + box-shadow rail (higher specificity, above). */
.wikitable th:first-child,
.wikitable td:first-child { border-left: 1px solid var(--wt-rule); }
.wikitable th:last-child,
.wikitable td:last-child { border-right: 1px solid var(--wt-rule); }
| |||