#jqueryui.htmlonly-map,
body.localisation {
display: block !important;
#header,
#menu,
#footer {
display: none;
}
}
:root {
--primary: #227093;
--secondary: #ff5252;
--background: #eee;
--highlight: #ffda79;
/* Theme color */
--theme: var(--primary);
}
*, *::before, *::after {
box-sizing: border-box;
}
/* Styles pour les défunts dans le listing */
/* Défunt exhumé - fond rouge */
tr.tab-data.defunt-exhume {
background-color: #f5f5dc !important;
}
tr.tab-data.defunt-exhume:hover {
background-color: #f3f3bc !important;
}
/* Défunt verrouillé - ligne grisée */
tr.tab-data.defunt-locked {
background-color: #e0e0e0 !important;
color: #666 !important;
}
tr.tab-data.defunt-locked:hover {
background-color: #d0d0d0 !important;
}