diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-12-05 00:37:00 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-12-05 00:37:00 +0100 |
commit | b6fca70ee4ae1eff414172523e4ea2d74ff64606 (patch) | |
tree | aff6362d3da56ae9c8e0dbec6cf6a18c4e5c2c26 /core/templates/installation.php | |
parent | 56dae0652817ac6d583a80820a03ffd98c9cc4db (diff) | |
download | nextcloud-server-b6fca70ee4ae1eff414172523e4ea2d74ff64606.tar.gz nextcloud-server-b6fca70ee4ae1eff414172523e4ea2d74ff64606.zip |
add primary action button in fitting subtle dark blue
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 7d101e90c54..5132192e831 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -129,5 +129,5 @@ </p> </fieldset> - <div class="buttons"><input type="submit" value="<?php echo $l->t( 'Finish setup' ); ?>" /></div> + <div class="buttons"><input type="submit" class="primary" value="<?php echo $l->t( 'Finish setup' ); ?>" /></div> </form> |