mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-09 08:58:53 -05:00
Update chapter marker color to golden yellow
This commit is contained in:
parent
ccfe93a0f4
commit
f4314a36e9
@ -15,14 +15,14 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: rgba(255, 255, 255, 0.6);
|
background: rgba(255, 193, 7, 0.8); /* Golden yellow color */
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background 0.2s ease;
|
transition: background 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-chapter-marker:hover {
|
.vjs-chapter-marker:hover {
|
||||||
background: rgba(255, 255, 255, 0.9);
|
background: rgba(255, 193, 7, 1); /* Solid golden yellow on hover */
|
||||||
width: 3px;
|
width: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user