Skip to content

Commit 09ed042

Browse files
committed
Support older versions of webkit, since nothing renders for keyframes using the -webkit-fill-available value.
1 parent 5c88c6f commit 09ed042

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/timeline/media/css/main.css

+2-9
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,12 @@ img {
119119
margin-left: -7px;
120120
}
121121
.point_icon {
122-
width: -webkit-fill-available;
123-
height: -webkit-fill-available;
122+
width: 1px;
123+
height: 6px;
124124
margin: 0 4px;
125125
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(0,255,0,1)), color-stop(100%,rgba(0,255,0,0)));
126126
}
127127

128-
/*
129-
.point_region:hover {
130-
height: 20px;
131-
width: 14px;
132-
}
133-
*/
134-
135128
/* Transitions */
136129
.transition_top { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0))); border-radius: 8px; overflow: hidden;}
137130
.transition { cursor: move; z-index:5000; color: #fff; min-width:0px; height: 64px; position: absolute; margin-top:0px; left: 100px; font-size: 9pt; background-color: #0192c; background: -webkit-linear-gradient(top, #0192c1 0%,#3fa1bf 100%); border-radius: 8px; border: 1px solid #0192c1; border-left: 2px solid #0192c1; border-right: 2px solid #0192c1; background-image: url(../images/transition.png); background-repeat: no-repeat; background-position: center; background-size: 100% 66px; opacity:0.75; box-shadow: 0px 0px 10px #000; box-sizing: border-box; }

0 commit comments

Comments
 (0)