
| Current Path : /var/www/html1/ift-informatik.de_drupal9/web/core/themes/claro/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/ift-informatik.de_drupal9/web/core/themes/claro/css/components/tableselect.pcss.css |
/**
* @file
* Table select — replaces implementation of Classy theme.
*
* @see tableselect.js
*/
@import "../base/variables.pcss.css";
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: var(--color-bgblue-active);
}