Actualiser css/dashboard.css

This commit is contained in:
2026-07-04 14:02:30 +02:00
parent b202e71ea9
commit e3449c8f4b
+24
View File
@@ -409,4 +409,28 @@ h2 {
.disadvantage h4 { .disadvantage h4 {
color: #dc3545; color: #dc3545;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
}
.filter-btn {
background: white;
border: 2px solid #e85d04;
color: #e85d04;
padding: 0.6rem 1.2rem;
border-radius: 20px;
cursor: pointer;
font-weight: 600;
font-family: inherit;
transition: all 0.2s ease;
}
.filter-btn.active, .filter-btn:hover {
background: #e85d04;
color: white;
}
.search-filter-container input:focus, .search-filter-container select:focus {
outline: none;
border-color: #e85d04;
box-shadow: 0 0 5px rgba(232, 93, 4, 0.3);
}
.analysis-grid ul {
list-style-type: square;
} }