diff --git a/core/frontend/src/cards/css/audio.css b/core/frontend/src/cards/css/audio.css index 583ee051fc..3da1b1096b 100644 --- a/core/frontend/src/cards/css/audio.css +++ b/core/frontend/src/cards/css/audio.css @@ -219,6 +219,7 @@ display: flex; align-items: center; border: 0; + cursor: pointer; } .kg-audio-player-container input[type="range"] { diff --git a/core/frontend/src/cards/css/video.css b/core/frontend/src/cards/css/video.css index a3730885ad..5f74ad2752 100644 --- a/core/frontend/src/cards/css/video.css +++ b/core/frontend/src/cards/css/video.css @@ -232,6 +232,7 @@ display: flex; align-items: center; border: 0; + cursor: pointer; } .kg-video-card input[type="range"] {