Lines Matching refs:td

24   td {
40 caption + thead tr:first-child td,
42 colgroup + thead tr:first-child td,
44 thead:first-child tr:first-child td {
65 td {
81 td {
87 caption + tbody tr:first-child td,
90 colgroup + tbody tr:first-child td,
93 tbody:first-child tr:first-child td {
96 // For first th/td in the first row in the first thead or tbody
98 tbody:first-child tr:first-child > td:first-child,
102 // For last th/td in the first row in the first thead or tbody
104 tbody:first-child tr:first-child > td:last-child,
108 // For first th/td (can be either) in the last row in the last thead, tbody, and tfoot
110 tbody:last-child tr:last-child > td:first-child,
112 tfoot:last-child tr:last-child > td:first-child,
116 // For last th/td (can be either) in the last row in the last thead, tbody, and tfoot
118 tbody:last-child tr:last-child > td:last-child,
120 tfoot:last-child tr:last-child > td:last-child,
125 …// Clear border-radius for first and last td in the last row in the last tbody for table with tfoot
126 tfoot + tbody:last-child tr:last-child td:first-child {
129 tfoot + tbody:last-child tr:last-child td:last-child {
133 // Special fixes to round the left border on the first td/th
135 caption + tbody tr:first-child td:first-child,
137 colgroup + tbody tr:first-child td:first-child {
141 caption + tbody tr:first-child td:last-child,
143 colgroup + tbody tr:first-child td:last-child {
158 > tr:nth-child(odd) > td,
171 tr:hover > td,
183 table td[class*="span"],
185 .row-fluid table td[class*="span"],
192 // Change the column widths to account for td/th padding
193 .table td,
216 &.success > td {
219 &.error > td {
222 &.warning > td {
225 &.info > td {
232 &.success:hover > td {
235 &.error:hover > td {
238 &.warning:hover > td {
241 &.info:hover > td {