diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-08-03 18:58:44 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-08-03 18:58:44 +0200 |
commit | 2f9725469d2984851cc441a7c3b8abb525d26390 (patch) | |
tree | 60dca15129c0582bcacbf22e4722b37ac0e30f06 /core/templates/update.admin.php | |
parent | 8ad79eb09765393b83982f1c4503d9659bb08325 (diff) | |
download | nextcloud-server-2f9725469d2984851cc441a7c3b8abb525d26390.tar.gz nextcloud-server-2f9725469d2984851cc441a7c3b8abb525d26390.zip |
switch nested containers in update to semibold style
Diffstat (limited to 'core/templates/update.admin.php')
-rw-r--r-- | core/templates/update.admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index 87f93967d91..967160af66c 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -44,8 +44,8 @@ <div class="update-progress hidden"> <h2 id="update-progress-title"></h2> <div id="update-progress-icon" class="icon-loading-dark"></div> - <p id="update-progress-message-error" class="warning hidden"></p> - <ul id="update-progress-message-warnings" class="warning hidden"></ul> + <p id="update-progress-message-error" class="hidden"></p> + <ul id="update-progress-message-warnings" class="hidden"></ul> <p id="update-progress-message"></p> <a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a> <div id="update-progress-detailed" class="hidden warning"></div> |