elementary / elementary/videos
Media controls hard to see when playing a video with a white background
Open
- Dominant language
- Vala
- Stars
- 57
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
How the player looks currently: The playlist icon is blended in with its shadow
make the shadows under the icons darker or add some background for the controls like this bad mockup..
`
mediacontrols {
background: rgba(0,0,0,0.5);
/*can't be bothered to find the special variables*/
border-radius: 7px;
margin: 15px;
padding: 7px;
}`
Contributor guide
Assessment
This issue has not been assessed yet.