Browse Source

Update stylesheet from our waveform-playlist fork

tags/v0.1.0
Gerben 4 years ago
parent
commit
3502d1b038
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      app/assets/waveform-playlist.css

+ 2
- 3
app/assets/waveform-playlist.css View File

@@ -104,7 +104,8 @@
text-align: center; } text-align: center; }
.playlist .annotations .annotation-box { .playlist .annotations .annotation-box {
border: 2px dashed grey; border: 2px dashed grey;
padding: 0 10px; }
padding: 0 10px;
box-sizing: border-box; }
.playlist .annotations .annotation-box .resize-handle { .playlist .annotations .annotation-box .resize-handle {
background: grey; background: grey;
opacity: 0.3; opacity: 0.3;
@@ -156,5 +157,3 @@
cursor: pointer; } cursor: pointer; }
.playlist .annotations .current { .playlist .annotations .current {
background-color: #EBF4F6; } background-color: #EBF4F6; }

/*# sourceMappingURL=test.css.map */

Loading…
Cancel
Save