mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 21:42:19 +00:00
LibWeb: Fix bug where input range thumb is not centered
This commit is contained in:
parent
2440a2f83f
commit
5ba8a5ba13
Notes:
sideshowbarker
2024-07-17 07:48:42 +09:00
Author: https://github.com/bplaat
Commit: 5ba8a5ba13
Pull-request: https://github.com/SerenityOS/serenity/pull/22848
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ input[type=range]::-webkit-slider-thumb {
|
||||||
margin-top: -6px;
|
margin-top: -6px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
transform: translateX(-50%);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: hsl(0, 0%, 96%);
|
background-color: hsl(0, 0%, 96%);
|
||||||
outline: 1px solid rgba(0, 0, 0, 0.5);
|
outline: 1px solid rgba(0, 0, 0, 0.5);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue