mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
Add ability to drag controller
This commit is contained in:
17
shadow.css
17
shadow.css
@@ -34,6 +34,15 @@
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#controller.dragging {
|
||||
opacity: 0.7;
|
||||
cursor: -webkit-grabbing;
|
||||
}
|
||||
|
||||
#controller.dragging #controls {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
color: black;
|
||||
@@ -67,3 +76,11 @@ button.hideButton {
|
||||
margin: 0 2px 0 15px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
button.dragButton {
|
||||
cursor: -webkit-grab;
|
||||
}
|
||||
|
||||
button.dragButton:active {
|
||||
cursor: -webkit-grabbing;
|
||||
}
|
Reference in New Issue
Block a user