mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-25 11:43:17 +01:00
Remove unused
This commit is contained in:
parent
61323cb1c3
commit
815fbc082a
@ -82,7 +82,7 @@ input, button, textarea, :focus {
|
|||||||
background-color: #444;
|
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;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -93,9 +93,6 @@ input, button, textarea, :focus {
|
|||||||
background-color: red;
|
background-color: red;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
.timeline-wrapper .cursor-time {
|
|
||||||
background-color: black;
|
|
||||||
}
|
|
||||||
.timeline-wrapper .cut-start-time {
|
.timeline-wrapper .cut-start-time {
|
||||||
background-color: rgba(0, 0, 0, 0.3);
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
border-left: 1px solid black;
|
border-left: 1px solid black;
|
||||||
|
Loading…
Reference in New Issue
Block a user