You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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;
}