Added Zones, authorisation on edits, validation enhancements
This commit is contained in:
35
public/plugin/dataTables/dataTables.bootstrap5.css
vendored
Normal file
35
public/plugin/dataTables/dataTables.bootstrap5.css
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
table.dataTable {
|
||||
border-collapse: collapse !important;
|
||||
}
|
||||
|
||||
div.dataTables_wrapper div.dataTables_filter {
|
||||
text-align: right;
|
||||
color: #eeeeee;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
div.dataTables_wrapper div.dataTables_filter input {
|
||||
margin-left: 0.5em;
|
||||
display: inline;
|
||||
background-color: #000;
|
||||
color: #eeeeee;
|
||||
}
|
||||
|
||||
div.dataTables_wrapper div.dataTables_info {
|
||||
padding-top: 0.85em;
|
||||
white-space: nowrap;
|
||||
font-size: 75%;
|
||||
color: #eeeeee;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting:before,
|
||||
table.dataTable thead .sorting_asc:before,
|
||||
table.dataTable thead .sorting_desc:before,
|
||||
table.dataTable thead .sorting_asc_disabled:before,
|
||||
table.dataTable thead .sorting_desc_disabled:before,
|
||||
table.dataTable thead .sorting:after,
|
||||
table.dataTable thead .sorting_asc:after,
|
||||
table.dataTable thead .sorting_desc:after,
|
||||
table.dataTable thead .sorting_asc_disabled:after,
|
||||
table.dataTable thead .sorting_desc_disabled:after {
|
||||
color: #eeeeee;
|
||||
}
|
Reference in New Issue
Block a user