File tree Expand file tree Collapse file tree
src/player/types/ContentView Expand file tree Collapse file tree Original file line number Diff line number Diff line change 362362 color : var (--primary-bg-color );
363363 border-radius : 2px ;
364364 opacity : 0.8 ;
365+ cursor : pointer;
365366}
366367
367368.layoutArea .contentViewContainer .contentViewContents .customhtmlContainer {
373374 overflow : auto;
374375}
375376
376- .layoutArea .contentViewContainer .contentViewContents .customhtmlContainer .timebased {
377- background-color : rgba (100 , 100 , 100 , .1 );
378- }
379-
380377.layoutArea .contentViewContainer .contentViewContents .customhtmlContainer .timebased : hover , .layoutArea .contentViewContainer .contentViewContents .customhtmlContainer .timebased .active {
381- background-color : rgba (100 , 110 , 100 , .3 );
378+ background-color : var (--secondary-fg-color );
379+ color : var (--primary-bg-color );
380+ border-radius : 2px ;
381+ opacity : 0.8 ;
382382 cursor : pointer;
383383}
384384
You can’t perform that action at this time.
0 commit comments