diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-10-25 21:26:19 +0200 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-10-25 21:26:19 +0200 |
commit | 2108e8b4aac5b6dbd116be5dc006af81a506ba89 (patch) | |
tree | 7064ecce02cdd9f6ab9ca12999c51248d68cd62d /core | |
parent | d0928222634b021028eb44ab954e6e671528114d (diff) | |
download | nextcloud-server-2108e8b4aac5b6dbd116be5dc006af81a506ba89.tar.gz nextcloud-server-2108e8b4aac5b6dbd116be5dc006af81a506ba89.zip |
Add icon-confirm-white to submit button
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/loginflowv2/grant.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/templates/loginflowv2/grant.php b/core/templates/loginflowv2/grant.php index e5991d11a25..6164fab6bcf 100644 --- a/core/templates/loginflowv2/grant.php +++ b/core/templates/loginflowv2/grant.php @@ -42,8 +42,7 @@ $urlGenerator = $_['urlGenerator']; <input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>" /> <input type="hidden" name="stateToken" value="<?php p($_['stateToken']) ?>" /> <div id="submit-wrapper"> - <input type="submit" id="submit" class="login primary" title="" value="<?php p($l->t('Grant access')); ?>" /> - <div class="submit-icon icon-confirm-white"></div> + <input type="submit" id="submit" class="login primary icon-confirm-white" title="" value="<?php p($l->t('Grant access')); ?>" /> </div> </form> </p> |