diff options
Diffstat (limited to 'core/css/update.css')
-rw-r--r-- | core/css/update.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/css/update.css b/core/css/update.css index b1e086af3fd..0c42449b07f 100644 --- a/core/css/update.css +++ b/core/css/update.css @@ -4,6 +4,11 @@ background-size: 32px; } +#update-progress-message-error, +#update-progress-message-warnings { + font-weight: 600; +} + #update-progress-message { margin-bottom: 10px; } @@ -23,4 +28,4 @@ #body-login .warning.hidden { display: none; -}
\ No newline at end of file +} |