diff --git a/src/main.css b/src/main.css index 882fd181..79ed56b6 100644 --- a/src/main.css +++ b/src/main.css @@ -82,7 +82,7 @@ input, button, textarea, :focus { background-color: #444; } -.timeline-wrapper .current-time, .timeline-wrapper .cursor-time, .timeline-wrapper .cut-start-time { +.timeline-wrapper .current-time, .timeline-wrapper .cut-start-time { position: absolute; bottom: 0; top: 0; @@ -93,9 +93,6 @@ input, button, textarea, :focus { background-color: red; z-index: 2; } -.timeline-wrapper .cursor-time { - background-color: black; -} .timeline-wrapper .cut-start-time { background-color: rgba(0, 0, 0, 0.3); border-left: 1px solid black;