Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
fix(player/css): loading circle theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp committed Jan 16, 2023
1 parent b2f8de5 commit 02aa2c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,13 @@ a {
.vjs-paused.vjs-has-started .vjs-big-play-button {
display: block;
}

.video-js .vjs-loading-spinner {
border-color: rgba(255, 255, 255, 0.1);
}
.video-js .vjs-loading-spinner:before {
border-top-color: #6d28d9 !important;
}
.video-js .vjs-loading-spinner:after {
border-top-color: rgba(109, 40, 217, 0.6) !important;
}

0 comments on commit 02aa2c4

Please sign in to comment.