Make background of some ProgressBars transparent

This commit is contained in:
Johannes Zellner
2026-01-14 11:51:35 +01:00
parent 1f7b0c076c
commit 9774a17f7e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ onDeactivated(() => {
</div>
<div v-if="!ready" style="margin-top: 15px">
<ProgressBar mode="indeterminate" :show-label="false" :slim="true"/>
<ProgressBar mode="indeterminate" :show-label="false" :slim="true" :show-track="false"/>
</div>
<div v-else-if="appstoreTokenError">
Cloudron not registered. Reset registration <a href="#/cloudron-account">here</a>.