Skip to content

Commit 286dd5d

Browse files
css fix
1 parent c61dfa9 commit 286dd5d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/player/types/ContentView/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@
362362
color: var(--primary-bg-color);
363363
border-radius: 2px;
364364
opacity: 0.8;
365+
cursor: pointer;
365366
}
366367

367368
.layoutArea .contentViewContainer .contentViewContents .customhtmlContainer {
@@ -373,12 +374,11 @@
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

0 commit comments

Comments
 (0)