@@ -157,26 +157,26 @@ a.DTTT_button_print span {
157157}
158158
159159
160- a.DTTT_button_csv span { background: image-url ('dataTables/extras/csv.png') no-repeat bottom right; }
161- a.DTTT_button_csv:hover span { background: image-url ('dataTables/extras/csv_hover.png') no-repeat center right; }
160+ a.DTTT_button_csv span { background: image_url ('dataTables/extras/csv.png') no-repeat bottom right; }
161+ a.DTTT_button_csv:hover span { background-image: image_url ('dataTables/extras/csv_hover.png') no-repeat center right; }
162162
163- a.DTTT_button_xls span { background: image-url ('dataTables/extras/xls.png') no-repeat center right; }
163+ a.DTTT_button_xls span { background: image_url ('dataTables/extras/xls.png') no-repeat center right; }
164164a.DTTT_button_xls:hover span { background: #f0f0f0 image-url('dataTables/extras/xls_hover.png') no-repeat center right; }
165165
166- a.DTTT_button_copy span { background: image-url ('dataTables/extras/copy.png') no-repeat center right; }
166+ a.DTTT_button_copy span { background: image_url ('dataTables/extras/copy.png') no-repeat center right; }
167167a.DTTT_button_copy:hover span { background: #f0f0f0 image-url('dataTables/extras/copy_hover.png') no-repeat center right; }
168168
169- a.DTTT_button_pdf span { background: image-url ('dataTables/extras/pdf.png') no-repeat center right; }
169+ a.DTTT_button_pdf span { background: image_url ('dataTables/extras/pdf.png') no-repeat center right; }
170170a.DTTT_button_pdf:hover span { background: #f0f0f0 image-url('dataTables/extras/pdf_hover.png') no-repeat center right; }
171171
172- a.DTTT_button_print span { background: image-url ('dataTables/extras/print.png') no-repeat center right; }
172+ a.DTTT_button_print span { background: image_url ('dataTables/extras/print.png') no-repeat center right; }
173173a.DTTT_button_print:hover span { background: #f0f0f0 image-url('dataTables/extras/print_hover.png') no-repeat center right; }
174174
175175 */
176176
177177button .DTTT_button_collection span {
178178 padding-right : 17px ;
179- background : image-url (' dataTables/extras/collection.png' ) no-repeat center right ;
179+ background : image_url (' dataTables/extras/collection.png' ) no-repeat center right ;
180180}
181181
182182button .DTTT_button_collection :hover span {
0 commit comments