diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-07-18 17:58:05 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-07-27 10:43:21 +0200 |
commit | 253118298dbac78d13c5333279def8bbd3ad555c (patch) | |
tree | d684b43694cf5cdfa70fa528fbeaba89e65f5b66 /core/templates/404-profile.php | |
parent | 5a236762b8e6b5f09a0c65f5840416bbad2d159a (diff) | |
download | nextcloud-server-253118298dbac78d13c5333279def8bbd3ad555c.tar.gz nextcloud-server-253118298dbac78d13c5333279def8bbd3ad555c.zip |
Redesign guest pages for better accessibility
- Use white box and put content on it
- Improve focus indicator
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core/templates/404-profile.php')
-rw-r--r-- | core/templates/404-profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/404-profile.php b/core/templates/404-profile.php index 867d5d8a1d3..30d03507654 100644 --- a/core/templates/404-profile.php +++ b/core/templates/404-profile.php @@ -17,7 +17,7 @@ if (!isset($_)) { //standalone page is not supported anymore - redirect to / <?php print_unescaped($_['content']) ?> <?php else : ?> <div class="body-login-container update"> - <div class="icon-big icon-error icon-white"></div> + <div class="icon-big icon-error"></div> <h2><?php p($l->t('Profile not found')); ?></h2> <p class="infogroup"><?php p($l->t('The profile does not exist.')); ?></p> <p><a class="button primary" href="<?php p(\OC::$server->getURLGenerator()->linkTo('', 'index.php')) ?>"> |