MediaWiki:Common.css: Difference between revisions

Add headerBorders table class
(Dark mode: Additional tweaks for Scribunto debug console)
(Add headerBorders table class)
Line 10: Line 10:
table.lighttable .highlight-on {
table.lighttable .highlight-on {
background-color:#cfc
background-color:#cfc
}
.wikitable.headerBorders th:first-child,
.wikitable.headerBorders th:last-child,
body.darkMode .wikitable.headerBorders th:first-child,
body.darkMode .wikitable.headerBorders th:last-child {
border-left: none;
border-right:none
}
.wikitable.headerBorders th {
  border:solid 1px #fff;
  background-clip: padding-box
}
body.darkMode .wikitable.headerBorders th {
  border:solid 1px #2c343f;
  background-clip: padding-box
}
}