Skip to content

Commit

Permalink
Fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
shirayu committed Oct 1, 2024
1 parent d91e2a9 commit b6b8f63
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

.wavesurfer-region[data-region-highlight] {
border: 1px solid rgb(86, 180, 239);
box-shadow:
0px 1px 3px rgba(0, 0, 0, 0.05) inset,
0px 0px 8px rgba(82, 168, 236, 0.6);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}

#drag-and-drop-area {
Expand All @@ -19,13 +17,7 @@
}

.active {
background: repeating-linear-gradient(
45deg,
#fff,
#fff 3px,
#337ab7 3px,
#337ab7 6px
);
background: repeating-linear-gradient(45deg, #fff, #fff 3px, #337ab7 3px, #337ab7 6px);
}

#file-select {
Expand Down

0 comments on commit b6b8f63

Please sign in to comment.