mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:17:35 +00:00
LibWeb: Fix bug where input range thumb is not centered
This commit is contained in:
parent
2440a2f83f
commit
5ba8a5ba13
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue