first commit symfony 6
This commit is contained in:
@ -2,6 +2,7 @@ $(document).ready(function() {
|
||||
$.extend( $.fn.dataTable.defaults, {
|
||||
responsive: true,
|
||||
"iDisplayLength": 1000,
|
||||
"scrollX": true,
|
||||
"oLanguage": {
|
||||
"sThousands": " ",
|
||||
"sProcessing": "Traitement en cours...",
|
||||
|
@ -20,6 +20,11 @@ body {
|
||||
background-color: var(--colorbgbodydark);
|
||||
}
|
||||
|
||||
.table,
|
||||
.table-hover > tbody > tr:hover > *,
|
||||
.table-striped > tbody > tr:nth-of-type(odd) > * {
|
||||
color: var(--colorftbodylight);
|
||||
}
|
||||
|
||||
/* FONT */
|
||||
body {
|
||||
@ -28,6 +33,7 @@ body {
|
||||
|
||||
h1, h2, h3, .navbar-brand, .card-header, .modal-header h4, .widgetheader .title {
|
||||
font-family: var(--fonttitle);
|
||||
color: var(--colorfttitlelight);
|
||||
}
|
||||
|
||||
h1 { font-size: var(--fontsizeh1); }
|
||||
|
Reference in New Issue
Block a user