Actualiser css/admin.css

This commit is contained in:
2026-06-21 13:28:35 +02:00
parent c4a1243409
commit 26b4d0cea3
+7 -1
View File
@@ -93,7 +93,13 @@ admin.css — Backoffice Mon Cinéma (Version Finale 6 Colonnes)
.tbl-stars { color: var(--gold); font-size: 1rem; letter-spacing: 1px; }
.half-star { position: relative; display: inline-block; color: rgba(255,255,255,0.2); }
.half-star::before { content: '★'; position: absolute; left: 0; width: 50%; overflow: hidden; color: var(--gold); }
.stars-muted { color: rgba(255,255,255,0.2); }
.stars-muted {
/* Augmentez l'opacité de 0.2 à 0.4 ou 0.5 */
color: rgba(255, 255, 255, 0.45);
/* OPTIONNEL : Si vous voulez qu'elles soient un peu plus grises/métalliques */
/* color: #666; */
}
.badge-format { font-size: 0.75rem; padding: 0.25rem 0.6rem; border-radius: 20px; background: var(--surface); border: 1px solid var(--gold); color: var(--gold); font-weight: 600; }
.tbl-actions button { background: var(--surface); border: 1px solid var(--border); color: var(--text); cursor: pointer; width: 34px; height: 34px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; transition: all 0.2s; }
.tbl-actions button:hover { border-color: var(--gold); color: var(--gold); }