diff --git a/scripts/system/configWizard/public/index.html b/scripts/system/configWizard/public/index.html index d503fed77a..ee2b908a76 100644 --- a/scripts/system/configWizard/public/index.html +++ b/scripts/system/configWizard/public/index.html @@ -12,11 +12,20 @@ html, body { background-color: transparent !important; + overflow: hidden !important; /* Hide scrollbars */ } - + .theme--dark.v-application { background-color: transparent !important; } + + .v-text-field input { + font-size: 1.3em; + } + + .v-text-field label { + font-size: 1.3em; + } diff --git a/scripts/system/configWizard/src/App.vue b/scripts/system/configWizard/src/App.vue index d1f851dbbc..c9161c95cc 100644 --- a/scripts/system/configWizard/src/App.vue +++ b/scripts/system/configWizard/src/App.vue @@ -10,10 +10,6 @@ // --> - -