@@ -58,12 +58,12 @@ img {
58
58
.track_menu : hover { background-image : url(../ images/menu_hover.png); }
59
59
.track_lock { float : left; background-image : url(../ images/lock.png); width : 14px ;height : 14px ; margin-top : 2px ; }
60
60
.track_label { padding-top : 2px ; padding-left : 2px ; padding-left : 4px ; text-shadow : 0 0 10px # ffffff ; }
61
- .track_name { width : 140px ; height : 64 px ; color : # fff ; font-size : 9pt ; margin-left : 5px ; margin-bottom : 8px ; background-color : # 000 ; border : 1px solid # 4B92AD ; border-top-left-radius : 8px ; border-bottom-left-radius : 8px ; box-shadow : 0px 0px 10px # 000 ; }
61
+ .track_name { width : 140px ; height : 62 px ; color : # fff ; font-size : 9pt ; margin-left : 5px ; margin-bottom : 8px ; background-color : # 000 ; border : 1px solid # 4B92AD ; border-top-left-radius : 8px ; border-bottom-left-radius : 8px ; box-shadow : 0px 0px 10px # 000 ; }
62
62
.track_disabled { background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , rgba (20 , 20 , 20 , 1 )), color-stop (100% , rgba (6 , 6 , 6 , 1 ))) !important ; }
63
- .track { height : 64 px ; background-color : # 000 ; margin-bottom : 8px ; background : -webkit-gradient (linear, left top , left bottom , color-stop (0% , rgba (50 , 50 , 50 , 1 )), color-stop (100% , rgba (6 , 6 , 6 , 1 ))); border-top : 1px solid # 4b92ad ; border-bottom : 1px solid # 4b92ad ; border-right : 1px solid # 4B92AD ; border-top-right-radius : 8px ; border-bottom-right-radius : 8px ; box-shadow : 0px 0px 10px # 000 ; }
63
+ .track { height : 62 px ; background-color : # 000 ; margin-bottom : 8px ; background : -webkit-gradient (linear, left bottom , left top , color-stop (0% , rgba (50 , 50 , 50 , 1 )), color-stop (100% , rgba (6 , 6 , 6 , 1 ))); border-top : 1px solid # 4b92ad ; border-bottom : 1px solid # 4b92ad ; border-right : 1px solid # 4B92AD ; border-top-right-radius : 8px ; border-bottom-right-radius : 8px ; box-shadow : 0px 0px 10px # 000 ; }
64
64
65
65
/* Playhead */
66
- .playhead-line { z-index : 9998 ; position : absolute; height : 316px ; top : 0px ; width : 1px ; background-color : # ff0024 ; opacity : 1 ;}
66
+ .playhead-line { z-index : 9999 ; position : absolute; height : 316px ; top : 0px ; width : 1px ; background-color : # ff0024 ; opacity : 1 ;}
67
67
.playhead-line-small { z-index : 9999 ; position : absolute; height : 20px ; top : 32px ;; margin- left: 12px; width: 1px; background- color : # ff0024 ; opacity: 1;}
68
68
.playhead-top { cursor : move; z-index : 9999 ; position : absolute; margin-left : -12px ; margin-top : 12px ; width : 25px ; height : 32px ; background-image : url(../ images/play_head.png); opacity : 1 ;}
69
69
.marker {position : absolute; top : 30px ;}
@@ -79,12 +79,12 @@ img {
79
79
.effect_icon {margin-left : 1px ;margin-right : 1px ;}
80
80
.razor_cursor { cursor : url(../ images/razor_line_with_razor.png), default!important ; }
81
81
82
- .clip { cursor : move; z-index : 1000 ; color : # fff ; min-width : 0px ; height : 64px ; position : absolute; margin-top : 0px ; left : 100px ; font-size : 9pt ; background-color : # ef7f00 ; background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , rgba (82 , 82 , 82 , 1 )), color-stop (100% , rgba (34 , 38 , 40 , 1 ))); border-radius : 8px ; border : 1px solid # 4b92ad ; border-left : 2 px solid # 4b92ad ; border-right : 2 px solid # 4b92ad ; box-shadow : 0px 0px 10px # 000 ; opacity : 0.95 ; box-sizing : border-box;}
82
+ .clip { cursor : move; z-index : 1000 ; color : # fff ; min-width : 0px ; height : 64px ; position : absolute; margin-top : 0px ; left : 100px ; font-size : 9pt ; background-color : # ef7f00 ; background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , rgba (82 , 82 , 82 , 1 )), color-stop (100% , rgba (34 , 38 , 40 , 1 ))); border-radius : 8px ; border : 1px solid # 4b92ad ; border-left : 0 px solid # 4b92ad ; border-right : 0 px solid # 4b92ad ; box-shadow : 0px 0px 10px # 000 ; opacity : 0.95 ; box-sizing : border-box;}
83
83
.left_edge_stop { border-left : 2px solid # 4b92ad ; }
84
84
.right_edge_stop { border-right : 2px solid # 4b92ad ; }
85
85
.highlight_clip { border-color : # 32b7ea ; }
86
- .ui-selecting { border : 1px solid yellow!important ; border-left : 2 px solid yellow!important ; border-right : 2 px solid yellow!important ; box-sizing : border-box; }
87
- .ui-selected { border : 1px solid red!important ; border-left : 2 px solid red!important ; border-right : 2 px solid red!important ; box-sizing : border-box; }
86
+ .ui-selecting { border : 1px solid yellow!important ; border-left : 0 px solid yellow!important ; border-right : 0 px solid yellow!important ; box-sizing : border-box; }
87
+ .ui-selected { filter : brightness ( 1.3 ); border : 1px solid red!important ; border-left : 0 px solid red!important ; border-right : 0 px solid red!important ; box-sizing : border-box; }
88
88
.thumb { margin-left : 5px ; width : 66px ; height : 38px ;}
89
89
.thumb-start { float : left; }
90
90
.thumb-end {float : right; }
@@ -152,7 +152,7 @@ img {
152
152
}
153
153
154
154
/* Snapping / snapline */
155
- .snapping-line { z-index : 9999 ; position : absolute; height : 316px ; top : 0px ; width : 1px ; background-color : # 32b7ea ; opacity : 0.75 ; -webkit-transition : 0.3 s linear all ; }
155
+ .snapping-line { z-index : 9998 ; position : absolute; height : 316px ; top : 0px ; width : 1px ; background-color : # 32b7ea ; opacity : 0.75 ; }
156
156
157
157
/* Snap line Animations */
158
158
.snapping-line .ng-hide-add { display : block !important ; }
0 commit comments