cut-on-keyframe
Mikael Finstad 2017-10-21 19:16:54 +02:00
rodzic 61323cb1c3
commit 815fbc082a
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

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