MediaWiki:Common.css: Difference between revisions

m
Use tabs instead of spaces
(Add headerBorders table class)
m (Use tabs instead of spaces)
Line 16: Line 16:
body.darkMode .wikitable.headerBorders th:first-child,
body.darkMode .wikitable.headerBorders th:first-child,
body.darkMode .wikitable.headerBorders th:last-child {
body.darkMode .wikitable.headerBorders th:last-child {
border-left: none;
border-left: none;
border-right:none
border-right:none
}
}
.wikitable.headerBorders th {
.wikitable.headerBorders th {
  border:solid 1px #fff;
border:solid 1px #fff;
  background-clip: padding-box
background-clip: padding-box
}
}
body.darkMode .wikitable.headerBorders th {
body.darkMode .wikitable.headerBorders th {
  border:solid 1px #2c343f;
border:solid 1px #2c343f;
  background-clip: padding-box
background-clip: padding-box
}
}