build assets

This commit is contained in:
Yiannis Christodoulou 2025-10-10 09:31:48 +03:00
parent 9a6f2b1394
commit d8cfc8be7b
7 changed files with 11 additions and 10 deletions

View File

@ -554,7 +554,7 @@ USE_RBAC = False
USE_IDENTITY_PROVIDERS = False
JAZZMIN_UI_TWEAKS = {"theme": "flatly"}
USE_ROUNDED_CORNERS = True
USE_ROUNDED_CORNERS = False
ALLOW_VIDEO_TRIMMER = True

View File

@ -1 +1 @@
VERSION = "6.7.1.beta-4"
VERSION = "6.7.1.beta-5"

View File

@ -1,10 +1,11 @@
.video-js button {
button {
cursor: pointer;
}
/* Ensure video player is focusable but without outline */
.video-js,
.video-js[tabindex],
.vjs-button:focus {
.vjs-button:focus,
.video-js video:focus,
.video-js video:focus-visible {
outline: none !important;
}

View File

@ -2555,8 +2555,8 @@ function VideoJSPlayer({ videoId = 'default-video' }) {
const progressEl = progressControl.el();
const controlBarEl = controlBar.el();
controlBarEl.style.gap = 0;
controlBarEl.style.background = 'none';
progressEl.style.background = 'none';
// controlBarEl.style.background = 'none';
// progressEl.style.background = 'none';
// controlBarEl.style.background = 'yellow';
// 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