style chrome's player to be more like firefox's

removed rounded corners and border
This commit is contained in:
hossein s. borhani 2022-10-24 21:13:02 +03:30 committed by GitHub
parent 246b6bdcc2
commit 448db17b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,3 +32,8 @@ margin: auto;
appearance: none;
text-align: center;
}
::-webkit-media-controls-enclosure {
border-radius: 0px;
border: none;
}