9 lines
104 B
CSS
9 lines
104 B
CSS
|
@charset "utf-8";
|
||
|
|
||
|
.dataTables_filter input {
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
|
||
|
.dataTables_processing {
|
||
|
top: 20px;
|
||
|
}
|