summaryrefslogtreecommitdiffstats
path: root/core/templates/installation.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-03 11:46:16 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-03 11:49:28 +0200
commitacc9fa49fc5236bb4ab9189504c86f536fc38fb7 (patch)
tree7fbdf8210108b08a160a0d0da37b5c9780269891 /core/templates/installation.php
parente7314b3ad8eda85a416a2cccf4d8ef1a289b7a42 (diff)
downloadnextcloud-server-acc9fa49fc5236bb4ab9189504c86f536fc38fb7.tar.gz
nextcloud-server-acc9fa49fc5236bb4ab9189504c86f536fc38fb7.zip
use SVG for toggle image instead of PNG, fix installation and personal settings toggle
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r--core/templates/installation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 8db55e4bdab..716cb1af6af 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -53,7 +53,7 @@ script('core', [
<label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label>
<img class="svg" id="adminpass-icon" src="<?php print_unescaped(image_path('', 'actions/password.svg')); ?>" alt="">
<input type="checkbox" id="show" name="show">
- <label for="show"></label>
+ <label for="show" class="svg"></label>
<div class="strengthify-wrapper"></div>
</p>
</fieldset>
@@ -149,7 +149,7 @@ script('core', [
</fieldset>
<?php endif; ?>
<?php endif; ?>
-
+
<div class="icon-loading-dark float-spinner">&nbsp;</div>
<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>