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:
parent
55ec90f5c9
commit
aba5382070
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue