Add pointer cursor to audio/video card buttons by default

This commit is contained in:
Sodbileg Gansukh 2021-12-15 16:27:33 +08:00
parent 55ec90f5c9
commit aba5382070
2 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,7 @@
display: flex;
align-items: center;
border: 0;
cursor: pointer;
}
.kg-audio-player-container input[type="range"] {

View File

@ -232,6 +232,7 @@
display: flex;
align-items: center;
border: 0;
cursor: pointer;
}
.kg-video-card input[type="range"] {