5. Tabelle hübsch machen (CSS)

Datei: /templates/cassiopeia-extended/css/user.css
anlegen oder erweitern:

.custom-fields-table {
     width: 100%;
     border-collapse: collapse;
     margin-top: 30px;
     font-size: 0.95rem;
}

.custom-fields-table th {
     background: #2c5aa0;
     color: white;
     text-align: left;
     padding: 10px;
     width: 30%;
}

.custom-fields-table td {
     background: #f5f7fb;
     padding: 10px;
     border-bottom: 1px solid #d0d7e2;
}

.custom-fields-table tr:nth-child(even) td {
     background: #e8edf5;
} 

Cache leeren:
System → Wartung → Cache leeren
Browser STRG + F5