Skip to content

Commit

Permalink
[4.0] Added style to the show button
Browse files Browse the repository at this point in the history
  • Loading branch information
maliknaik16 committed Mar 14, 2018
1 parent 06d903e commit 843d375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions administrator/modules/mod_login/tmpl/default.php
Expand Up @@ -52,9 +52,9 @@ class="form-control input-full"
required="required"
tabindex="2"
>
<span class="input-group-addon">
<span class="fa fa-eye" aria-hidden="true"></span>
<span class="sr-only"><?php echo Text::_('JSHOW'); ?></span>
<span class="input-group-addon input-group-append">
<span class="fa fa-eye input-group-text input-group-show" aria-hidden="true"></span>
<span class="sr-only input-group-text"><?php echo Text::_('JSHOW'); ?></span>
</span>
</div>
</div>
Expand Down

0 comments on commit 843d375

Please sign in to comment.