Merge pull request #2235 from dpalou/MOBILE-3242

MOBILE-3242 ui: Display different cursor in video and audios
main
Juan Leyva 2020-01-15 16:32:25 +01:00 committed by GitHub
commit 421ea59db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -1179,6 +1179,16 @@ ion-app.platform-desktop {
white-space: normal !important;
}
audio, video {
&::-webkit-media-controls-overlay-play-button,
&::-webkit-media-controls-play-button,
&::-webkit-media-controls-timeline,
&::-webkit-media-controls-mute-button,
&::-webkit-media-controls-fullscreen-button {
cursor: pointer;
}
}
&.platform-windows {
video::-webkit-media-text-track-display {
font-size: 0.6em;