Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / classy / css / components / tableselect.css
1 /**
2  * @file
3  * Table select behavior.
4  *
5  * @see tableselect.js
6  */
7
8 tr.selected td {
9   background: #ffc;
10 }
11 td.checkbox,
12 th.checkbox {
13   text-align: center;
14 }
15 [dir="rtl"] td.checkbox,
16 [dir="rtl"] th.checkbox {
17   /* This is required to win over specificity of [dir="rtl"] td */
18   text-align: center;
19 }