Merge pull request #2235 from dpalou/MOBILE-3242
MOBILE-3242 ui: Display different cursor in video and audiosmain
commit
421ea59db0
|
@ -1179,6 +1179,16 @@ ion-app.platform-desktop {
|
||||||
white-space: normal !important;
|
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 {
|
&.platform-windows {
|
||||||
video::-webkit-media-text-track-display {
|
video::-webkit-media-text-track-display {
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
|
|
Loading…
Reference in New Issue