File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ label.infield {
667667 position : absolute !important ;
668668 height : 20px ;
669669 width : 24px ;
670- background-image : url (" ../img/actions/toggle.png" );
670+ background-image : url (' ../img/actions/toggle.svg' );
671671 background-repeat : no-repeat;
672672 background-position : center;
673673 -ms-filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" ;
Original file line number Diff line number Diff line change 5353 <label for="adminpass" class="infield"><?php p ($ l ->t ( 'Password ' )); ?> </label>
5454 <img class="svg" id="adminpass-icon" src="<?php print_unescaped (image_path ('' , 'actions/password.svg ' )); ?> " alt="">
5555 <input type="checkbox" id="show" name="show">
56- <label for="show"></label>
56+ <label for="show" class="svg" ></label>
5757 <div class="strengthify-wrapper"></div>
5858 </p>
5959 </fieldset>
149149 </fieldset>
150150 <?php endif ; ?>
151151 <?php endif ; ?>
152-
152+
153153 <div class="icon-loading-dark float-spinner"> </div>
154154
155155 <?php if (!$ _ ['dbIsSet ' ] OR count ($ _ ['errors ' ]) > 0 ): ?>
Original file line number Diff line number Diff line change 8383 placeholder="<?php echo $ l ->t ('New password ' );?> "
8484 data-typetoggle="#personal-show"
8585 autocomplete="off" autocapitalize="off" autocorrect="off" />
86- <input type="checkbox" id="personal-show" name="show" /><label for="personal-show"></label>
86+ <input type="checkbox" id="personal-show" name="show" /><label for="personal-show" class="svg" ></label>
8787 <input id="passwordbutton" type="submit" value="<?php echo $ l ->t ('Change password ' );?> " />
8888 <br/>
8989 <div class="strengthify-wrapper"></div>
You can’t perform that action at this time.
0 commit comments