/*
 * do not edit this file.
 * see the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * table select — replaces implementation of classy theme.
 *
 * @see tableselect.js
 */

td.checkbox,
th.checkbox {
  text-align: center;
}

[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
  /* this is required to win over specificity of [dir="rtl"] td */
  text-align: center;
}

tr.selected td {
  background-color: #e5edff;
}

