Browse Source

Show default cursor when not in selection mode.

tags/v0.1.0
Gerben 4 years ago
parent
commit
e7abbae570
1 changed files with 4 additions and 0 deletions
  1. +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. */


Loading…
Cancel
Save