
/* start https://fr.wikipedia.org/w/load.php?debug=true&lang=en&modules=jquery.tablesorter.styles&only=styles&skin=vector-2022&version=&* */


/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/* stylelint-disable selector-class-pattern */
/* Table Sorting */
.client-js .sortable:not( .jquery-tablesorter ) > * > tr:first-child > th:not( .unsortable ),
.jquery-tablesorter th.headerSort {
  background-image: url(sort_both.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 21px;
}
.jquery-tablesorter th.headerSortUp {
  background-image: url(sort_up.svg);
}
.jquery-tablesorter th.headerSortDown {
  background-image: url(sort_down.svg);
}
/* forced night mode */
@media screen {
  html.skin-theme-clientpref-night.client-js .sortable:not( .jquery-tablesorter ) > * > tr:first-child > th.headerSort,
  html.skin-theme-clientpref-night.client-js .jquery-tablesorter th.headerSort {
    background-image: url(sort_both_inverted.svg);
  }
  html.skin-theme-clientpref-night.client-js .jquery-tablesorter th.headerSortUp {
    background-image: url(sort_up_inverted.svg);
  }
  html.skin-theme-clientpref-night.client-js .jquery-tablesorter th.headerSortDown {
    background-image: url(sort_down_inverted.svg);
  }
}
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
@media screen and (prefers-color-scheme: dark) {
  /* automatic mode */
  html.skin-theme-clientpref-os.client-js .sortable:not( .jquery-tablesorter ) > * > tr:first-child > th.headerSort,
  html.skin-theme-clientpref-os.client-js .jquery-tablesorter th.headerSort {
    background-image: url(sort_both_inverted.svg);
  }
  html.skin-theme-clientpref-os.client-js .jquery-tablesorter th.headerSortUp {
    background-image: url(sort_up_inverted.svg);
  }
  html.skin-theme-clientpref-os.client-js .jquery-tablesorter th.headerSortDown {
    background-image: url(sort_down_inverted.svg);
  }
}



/* end   https://fr.wikipedia.org/w/load.php?debug=true&lang=en&modules=jquery.tablesorter.styles&only=styles&skin=vector-2022&version=&* */
