1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

Remove unused

This commit is contained in:
Mikael Finstad 2017-10-21 19:16:54 +02:00
parent 61323cb1c3
commit 815fbc082a

View File

@ -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;