0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

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"] {