fine tune la page de vote

This commit is contained in:
Yannick Le Duc
2025-08-25 16:44:29 +02:00
parent f6e8e4753f
commit 63db9983bc
2 changed files with 37 additions and 28 deletions

View File

@@ -74,6 +74,7 @@
border: 2px solid #ffffff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
transition: all 0.2s ease;
margin-top: -8px; /* Centre le thumb verticalement sur la track */
}
.slider::-webkit-slider-thumb:hover {
@@ -100,6 +101,7 @@
border: 2px solid #ffffff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
transition: all 0.2s ease;
margin-top: -8px; /* Centre le thumb verticalement sur la track */
}
.slider::-moz-range-thumb:hover {