aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-07-31 11:53:04 +0200
committerGitHub <noreply@github.com>2018-07-31 11:53:04 +0200
commitef85ef07863cb6aa385d571eaee9037448f8520d (patch)
tree77cef0113cc0c71b8ab977ea00011521f69e3807 /core
parentb16f1093af73a26a994345afce189931a2550f6c (diff)
parentd13f1cd0172e41bce038d533fb3441279d7eb97e (diff)
downloadnextcloud-server-ef85ef07863cb6aa385d571eaee9037448f8520d.tar.gz
nextcloud-server-ef85ef07863cb6aa385d571eaee9037448f8520d.zip
Merge pull request #10459 from nextcloud/bugfix/noid/install-page
Fix caret icon on installation page
Diffstat (limited to 'core')
-rw-r--r--core/img/actions/caret-white.svg1
-rw-r--r--core/templates/installation.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/core/img/actions/caret-white.svg b/core/img/actions/caret-white.svg
new file mode 100644
index 00000000000..c97d6e26407
--- /dev/null
+++ b/core/img/actions/caret-white.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewbox="0 0 16 16"><path d="M4 6l4 4 4-3.994z" fill="#fff"/></svg>
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 616ca1f47da..3fdde8da1c2 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -57,7 +57,7 @@ script('core', [
<?php if(!$_['directoryIsSet'] OR !$_['dbIsSet'] OR count($_['errors']) > 0): ?>
<fieldset id="advancedHeader">
- <legend><a id="showAdvanced"><?php p($l->t( 'Storage & database' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a></legend>
+ <legend><a id="showAdvanced"><?php p($l->t( 'Storage & database' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret-white.svg')); ?>" /></a></legend>
</fieldset>
<?php endif; ?>