UX: Set accent color for HTML progress bar on splash screen
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
f15ca1d7e5
commit
a3f27c8d67
2 changed files with 3 additions and 3 deletions
|
@ -26,8 +26,8 @@
|
|||
<div class="splash-logo">
|
||||
{{template "logo.gohtml" .}}
|
||||
</div>
|
||||
<progress id="progress" class="html-progress" max="100"></progress>
|
||||
<progress id="progress" class="html-progress" max="100" style="accent-color: #c8c2e8; color-scheme: dark;"></progress>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="busy-overlay"><div class="splash-center"><progress id="busy-progress" class="html-progress" max="100"></progress></div></div>
|
||||
<div id="busy-overlay"><div class="splash-center"><progress id="busy-progress" class="html-progress" max="100" style="accent-color: #c8c2e8; color-scheme: dark;"></progress></div></div>
|
|
@ -68,7 +68,7 @@ main {
|
|||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Page Overlay */
|
||||
/* Loading Animations */
|
||||
|
||||
#busy-overlay {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue