Plugins/features/searchHighlight/dataTables.searchHighlight.css

12 lines
202 B
CSS

table.dataTable span.highlight {
background-color: #FFFF88;
border-radius: 0.28571429rem;
}
table.dataTable span.column_highlight {
background-color: #ffcc99;
border-radius: 0.28571429rem;
}