mirror of https://github.com/mifi/lossless-cut
make timeline time transparent
when hovering it with mouse closes #2177 also possibly #2116pull/2119/head
parent
3e71595ece
commit
3f502a8944
@ -0,0 +1,11 @@
|
||||
.time {
|
||||
background: rgba(0,0,0,0.4);
|
||||
border-radius: 3;
|
||||
padding: 2px 4px;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
transition: opacity 0.2s;
|
||||
pointer-events: auto;
|
||||
}
|
||||
.time:hover {
|
||||
opacity: 0.1;
|
||||
}
|
||||
Loading…
Reference in New Issue