Frontend: Change loading bar and PWA color
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
e5bc5fa14f
commit
0a1c16d9b6
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"short_name": "PhotoPrism",
|
||||
"name": "PhotoPrism: Browse your life in pictures",
|
||||
"name": "PhotoPrism",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/favicons/favicon.png",
|
||||
|
@ -12,6 +12,6 @@
|
|||
"start_url": "/photos",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"theme_color": "#424242",
|
||||
"background_color": "#424242"
|
||||
"theme_color": "#333333",
|
||||
"background_color": "#333333"
|
||||
}
|
||||
|
|
|
@ -44,11 +44,11 @@
|
|||
<div id="photoprism" class="container">
|
||||
<div class="loading">
|
||||
<div class="v-progress-linear" style="height: 7px;">
|
||||
<div class="v-progress-linear__background amber" style="height: 7px; opacity: 0.3; width: 100%;"></div>
|
||||
<div class="v-progress-linear__background blue-grey" style="height: 7px; opacity: 0.3; width: 100%;"></div>
|
||||
<div class="v-progress-linear__bar">
|
||||
<div class="v-progress-linear__bar__indeterminate v-progress-linear__bar__indeterminate--active">
|
||||
<div class="v-progress-linear__bar__indeterminate long amber"></div>
|
||||
<div class="v-progress-linear__bar__indeterminate short amber"></div>
|
||||
<div class="v-progress-linear__bar__indeterminate long blue-grey"></div>
|
||||
<div class="v-progress-linear__bar__indeterminate short blue-grey"></div>
|
||||
</div><!----></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue