mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-11 09:53:32 +03:00
Add pointer cursor to audio/video card buttons by default
This commit is contained in:
parent
55ec90f5c9
commit
aba5382070
@ -219,6 +219,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.kg-audio-player-container input[type="range"] {
|
||||
|
@ -232,6 +232,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.kg-video-card input[type="range"] {
|
||||
|
Loading…
Reference in New Issue
Block a user