diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-07-17 12:16:09 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-11-13 16:33:17 +0100 |
commit | 5603d9a5ea39d5945b555d186753c752418b616b (patch) | |
tree | db39e6cbe54e50a7d61adda47a33e3f7520a341c /apps/user_ldap/templates | |
parent | e23921c7b1db72595dfb89c344c6e2c7081012b0 (diff) | |
download | nextcloud-server-5603d9a5ea39d5945b555d186753c752418b616b.tar.gz nextcloud-server-5603d9a5ea39d5945b555d186753c752418b616b.zip |
hackishly add primary css class adaption for jquery ui
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/templates')
-rw-r--r-- | apps/user_ldap/templates/part.wizardcontrols.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/templates/part.wizardcontrols.php b/apps/user_ldap/templates/part.wizardcontrols.php index 89eb96827e6..8ef6e888407 100644 --- a/apps/user_ldap/templates/part.wizardcontrols.php +++ b/apps/user_ldap/templates/part.wizardcontrols.php @@ -5,7 +5,7 @@ type="button"> <?php p($l->t('Back'));?> </button> - <button class="ldap_action_continue" name="ldap_action_continue" type="button"> + <button class="ldap_action_continue ldap_primary" name="ldap_action_continue" type="button"> <?php p($l->t('Continue'));?> </button> <a href="<?php p(link_to_docs('admin-ldap')); ?>" |