mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-02-08 16:32:58 -05:00
feat: Major Upgrade to Video.js v8 — Chapters Functionality, Fixes and Improvements
This commit is contained in:
committed by
GitHub
parent
b39072c8ae
commit
a5e6e7b9ca
@@ -495,9 +495,6 @@
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.video-js {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.vjs-big-play-button {
|
||||
}
|
||||
@@ -860,6 +857,7 @@
|
||||
display: table;
|
||||
width: 100%;
|
||||
min-height: 40px;
|
||||
z-index: 999;
|
||||
|
||||
> * {
|
||||
display: table-cell;
|
||||
@@ -1084,86 +1082,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.share-fb {
|
||||
a,
|
||||
button {
|
||||
> *:first-child {
|
||||
background-color: rgb(59, 89, 152);
|
||||
background-image: url('../../../images/social-media-icons/fb-logo.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.share-tw {
|
||||
a,
|
||||
button {
|
||||
> *:first-child {
|
||||
background-color: rgb(29, 161, 242);
|
||||
background-image: url('../../../images/social-media-icons/twitter-logo.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.share-reddit {
|
||||
a,
|
||||
button {
|
||||
> *:first-child {
|
||||
background-color: rgb(255, 69, 0);
|
||||
background-image: url('../../../images/social-media-icons/reddit-logo.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.share-tumblr {
|
||||
a,
|
||||
button {
|
||||
> *:first-child {
|
||||
background-color: rgb(53, 70, 92);
|
||||
background-image: url('../../../images/social-media-icons/tumblr-logo.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.share-pinterest {
|
||||
a,
|
||||
button {
|
||||
> *:first-child {
|
||||
background-color: rgb(189, 8, 28);
|
||||
background-image: url('../../../images/social-media-icons/pinterest-logo.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.share-vk {
|
||||
a,
|
||||
button {
|
||||
> *:first-child {
|
||||
background-color: rgb(70, 128, 194);
|
||||
background-image: url('../../../images/social-media-icons/vk-logo.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.share-linkedin {
|
||||
a,
|
||||
button {
|
||||
> *:first-child {
|
||||
background-color: rgb(0, 119, 181);
|
||||
background-image: url('../../../images/social-media-icons/linkedin-logo.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.share-mix {
|
||||
a,
|
||||
button {
|
||||
> *:first-child {
|
||||
background-color: rgb(255, 130, 38);
|
||||
background-image: url('../../../images/social-media-icons/mix-logo.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.share-email {
|
||||
a,
|
||||
button {
|
||||
@@ -1172,27 +1090,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.share-whatsapp {
|
||||
a,
|
||||
button {
|
||||
> *:first-child {
|
||||
background-color: rgb(37, 211, 102);
|
||||
background-image: url('../../../images/social-media-icons/whatsapp-logo.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.share-telegram {
|
||||
a,
|
||||
button {
|
||||
> *:first-child {
|
||||
background-color: rgb(0, 136, 204);
|
||||
background-position: 11px;
|
||||
background-image: url('../../../images/social-media-icons/telegram-logo.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.copy-field {
|
||||
|
||||
Reference in New Issue
Block a user