diff options
author | Joas Schilling <coding@schilljs.com> | 2017-05-10 12:10:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 12:10:38 +0200 |
commit | d84a6ec3f35c8fc956ef2b214fa088c1e0a6c7ec (patch) | |
tree | 13a2d9ca0f13e7eb991a95f7d5c221c8149a37fa /core | |
parent | 209b05489d442652fa4d7ce3a7b37568444b5ae4 (diff) | |
parent | 694c9ad49c21b074fac92c6b4eefb889d3468656 (diff) | |
download | nextcloud-server-d84a6ec3f35c8fc956ef2b214fa088c1e0a6c7ec.tar.gz nextcloud-server-d84a6ec3f35c8fc956ef2b214fa088c1e0a6c7ec.zip |
Merge pull request #4771 from nextcloud/error-page-logo-css
use the same logo css for the error page as the login page
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index ed023fe36d2..358a08c4eef 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -107,6 +107,12 @@ width: 252px; height: 120px; margin: 0 auto; + + img { + opacity: 0; + max-width: 100%; + max-height: 200px; + } } .logo-icon { /* display logo so appname can be shown next to it */ |