diff options
author | Julius Haertl <jus@bitgrid.net> | 2016-07-12 14:59:28 +0200 |
---|---|---|
committer | Julius Haertl <jus@bitgrid.net> | 2016-07-15 14:16:41 +0200 |
commit | 387550be88046bfe4f6098f7eaaba319b6a623b5 (patch) | |
tree | bd4b85ff32199c53ef6d876a99c3f7c74f8da779 /core/templates | |
parent | ab6db739fa1ff9c8f1b0302b95fad807d6431ab5 (diff) | |
download | nextcloud-server-387550be88046bfe4f6098f7eaaba319b6a623b5.tar.gz nextcloud-server-387550be88046bfe4f6098f7eaaba319b6a623b5.zip |
Theming: Implement swapping the foreground color for bright colors
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 4a6937c6ea0..b3b492ecac4 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -73,7 +73,7 @@ </div> <?php endif; ?> <span id="expandDisplayName"><?php p(trim($_['user_displayname']) != '' ? $_['user_displayname'] : $_['user_uid']) ?></span> - <img alt="" src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>"> + <div class="icon-caret"></div> </div> <div id="expanddiv"> <ul> |