Mercurial > hg > isophonics-drupal-site
annotate core/themes/classy/css/components/tableselect.css @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 /** |
Chris@0 | 2 * @file |
Chris@0 | 3 * Table select behavior. |
Chris@0 | 4 * |
Chris@0 | 5 * @see tableselect.js |
Chris@0 | 6 */ |
Chris@0 | 7 |
Chris@0 | 8 tr.selected td { |
Chris@0 | 9 background: #ffc; |
Chris@0 | 10 } |
Chris@0 | 11 td.checkbox, |
Chris@0 | 12 th.checkbox { |
Chris@0 | 13 text-align: center; |
Chris@0 | 14 } |
Chris@0 | 15 [dir="rtl"] td.checkbox, |
Chris@0 | 16 [dir="rtl"] th.checkbox { |
Chris@0 | 17 /* This is required to win over specificity of [dir="rtl"] td */ |
Chris@0 | 18 text-align: center; |
Chris@0 | 19 } |