Lines Matching refs:tbody
47 // Account for multiple tbody instances
48 tbody + tbody {
86 caption + tbody tr:first-child th,
87 caption + tbody tr:first-child td,
89 colgroup + tbody tr:first-child th,
90 colgroup + tbody tr:first-child td,
92 tbody:first-child tr:first-child th,
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,
99 tbody:first-child tr:first-child > th: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,
105 tbody:first-child tr:first-child > th: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,
111 tbody:last-child tr:last-child > th: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,
119 tbody:last-child tr:last-child > th: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 {
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 {
157 tbody {
170 tbody {
215 .table tbody tr {
231 .table-hover tbody tr {