mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-09 17:08:58 -05:00
build assets
This commit is contained in:
parent
9a6f2b1394
commit
d8cfc8be7b
@ -554,7 +554,7 @@ USE_RBAC = False
|
|||||||
USE_IDENTITY_PROVIDERS = False
|
USE_IDENTITY_PROVIDERS = False
|
||||||
JAZZMIN_UI_TWEAKS = {"theme": "flatly"}
|
JAZZMIN_UI_TWEAKS = {"theme": "flatly"}
|
||||||
|
|
||||||
USE_ROUNDED_CORNERS = True
|
USE_ROUNDED_CORNERS = False
|
||||||
|
|
||||||
ALLOW_VIDEO_TRIMMER = True
|
ALLOW_VIDEO_TRIMMER = True
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
VERSION = "6.7.1.beta-4"
|
VERSION = "6.7.1.beta-5"
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
.video-js button {
|
button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ensure video player is focusable but without outline */
|
|
||||||
.video-js,
|
.video-js,
|
||||||
.video-js[tabindex],
|
.video-js[tabindex],
|
||||||
.vjs-button:focus {
|
.vjs-button:focus,
|
||||||
|
.video-js video:focus,
|
||||||
|
.video-js video:focus-visible {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2555,8 +2555,8 @@ function VideoJSPlayer({ videoId = 'default-video' }) {
|
|||||||
const progressEl = progressControl.el();
|
const progressEl = progressControl.el();
|
||||||
const controlBarEl = controlBar.el();
|
const controlBarEl = controlBar.el();
|
||||||
controlBarEl.style.gap = 0;
|
controlBarEl.style.gap = 0;
|
||||||
controlBarEl.style.background = 'none';
|
// controlBarEl.style.background = 'none';
|
||||||
progressEl.style.background = 'none';
|
// progressEl.style.background = 'none';
|
||||||
// controlBarEl.style.background = 'yellow';
|
// controlBarEl.style.background = 'yellow';
|
||||||
// progressEl.style.background = 'red';
|
// progressEl.style.background = 'red';
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user