15 lines
160 B
CSS
15 lines
160 B
CSS
|
/**
|
||
|
* @file
|
||
|
* Table select behavior.
|
||
|
*
|
||
|
* @see tableselect.js
|
||
|
*/
|
||
|
|
||
|
tr.selected td {
|
||
|
background: #ffc;
|
||
|
}
|
||
|
td.checkbox,
|
||
|
th.checkbox {
|
||
|
text-align: center;
|
||
|
}
|