LibWeb: Fix bug where input range thumb is not centered

This commit is contained in:
Bastiaan van der Plaat 2024-01-18 20:14:39 +01:00 committed by Andreas Kling
parent 2440a2f83f
commit 5ba8a5ba13
Notes: sideshowbarker 2024-07-17 07:48:42 +09:00

View File

@ -85,6 +85,7 @@ input[type=range]::-webkit-slider-thumb {
margin-top: -6px;
width: 16px;
height: 16px;
transform: translateX(-50%);
border-radius: 50%;
background-color: hsl(0, 0%, 96%);
outline: 1px solid rgba(0, 0, 0, 0.5);