Files
owncast/build/javascript/node_modules/@videojs/themes/sea/index.css
dependabot[bot] dab7914eab Bump @justinribeiro/lite-youtube from 0.9.0 to 0.9.1 in /build/javascript (#273)
* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript (#265)

* Trying a new github workflow to install javascript packages

* Bump tailwindcss from 1.9.2 to 1.9.4 in /build/javascript (#266)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.2 to 1.9.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript

Bumps [preact](https://github.com/preactjs/preact) from 10.5.4 to 10.5.5.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.5.4...10.5.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>

* Bump @justinribeiro/lite-youtube in /build/javascript

Bumps [@justinribeiro/lite-youtube](https://github.com/justinribeiro/lite-youtube) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/justinribeiro/lite-youtube/releases)
- [Commits](https://github.com/justinribeiro/lite-youtube/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Owncast <owncast@owncast.online>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2020-10-20 15:15:56 -07:00

73 lines
1.5 KiB
CSS

.vjs-theme-sea .vjs-big-play-button {
width: 103px;
height: 79px;
object-fit: contain;
background-color: rgba(255, 255, 255, 0.25);
border: none;
margin: 0 auto;
line-height: 79px;
top: 50%;
left: 50%;
border-radius: 30px;
margin-top: -51.5px;
margin-left: -39.5px;
}
.vjs-theme-sea .vjs-control-bar {
height: 4em;
background-color: rgba(255, 255, 255, 0.4);
}
.vjs-theme-sea .vjs-button:hover {
color: #4176bc;
background: linear-gradient(to top, #d0ddee, #fff);
}
.vjs-theme-sea .vjs-button > .vjs-icon-placeholder::before {
line-height: 2.2;
}
.vjs-theme-sea .vjs-time-control {
line-height: 4em;
}
.vjs-theme-sea .vjs-volume-panel {
display: none;
}
.vjs-theme-sea .vjs-picture-in-picture-control {
display: none;
}
.vjs-theme-sea .vjs-progress-control .vjs-play-progress {
background-color: rgba(65, 118, 188, 0.9);
}
.vjs-theme-sea .vjs-progress-control .vjs-play-progress:before {
display: none;
}
.vjs-theme-sea .vjs-progress-control .vjs-slider {
background-color: rgba(65, 118, 188, 0.1);
}
.vjs-theme-sea .vjs-progress-control .vjs-load-progress div {
background: rgba(255, 255, 255, 0.5);
}
.vjs-theme-sea .vjs-progress-control .vjs-progress-holder {
margin: 0;
height: 100%;
}
.vjs-theme-sea .vjs-progress-control .vjs-time-tooltip {
background-color: rgba(65, 118, 188, 0.5);
color: #fff;
}
.vjs-theme-sea .vjs-progress-control .vjs-mouse-display .vjs-time-tooltip {
background-color: rgba(255, 255, 255, 0.7);
color: #4176bc;
}