1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Center radio button checkmark

fixes #12238
This commit is contained in:
Jeremy Danyow 2023-12-16 07:28:03 -08:00 committed by GitHub
parent 91188cf2f8
commit 1299912744
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,8 +238,8 @@
.buttonWidgetAnnotation.radioButton input:checked::before {
border-radius: 50%;
height: 50%;
left: 30%;
top: 20%;
left: 25%;
top: 25%;
width: 50%;
}