gerben
/
bookmark-audio-fragment
Browser extension to bookmark fragments of audio files
Code
Issues
2
Pull Requests
0
Releases
2
Activity
Browse Source
Show default cursor when not in selection mode.
tags/v0.1.0
Gerben
5 years ago
parent
afce038a7e
commit
e7abbae570
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
app/assets/main.css
+ 4
- 0
app/assets/main.css
View File
@@ -116,6 +116,10 @@ input#volume:focus {
background: none;
}
.playlist .state-cursor {
cursor: default;
}
.playlist .selection.point {
width: 2px !important;
transform: translateX(-0.5px); /* Correct for the extra 1px of width we add. */
Write
Preview
Loading…
Cancel
Save