mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Cambiados CSS genericos y añadido uno especifico para sobrescribir datatables por defecto
This commit is contained in:
15
httpdocs/themes/vuexy/css/sk-datatables.css
Normal file
15
httpdocs/themes/vuexy/css/sk-datatables.css
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
/* Overwrite datatables styles */
|
||||
|
||||
table.dataTable.table-striped > tbody > tr.odd.selected > * {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.5);
|
||||
}
|
||||
|
||||
table.dataTable > tbody > tr.selected > * {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.5);
|
||||
color: white;
|
||||
}
|
||||
|
||||
table.dataTable.table-hover > tbody > tr.selected:hover > * {
|
||||
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.65);
|
||||
}
|
||||
Reference in New Issue
Block a user