]> source.dussan.org Git - nextcloud-server.git/commitdiff
use the same logo css for the error page as the login page 4771/head
authorRobin Appelman <robin@icewind.nl>
Tue, 9 May 2017 16:14:33 +0000 (18:14 +0200)
committerRobin Appelman <robin@icewind.nl>
Tue, 9 May 2017 16:14:33 +0000 (18:14 +0200)
Signed-off-by: Robin Appelman <robin@icewind.nl>
core/css/header.scss

index 50d270a6ff94a8f4723894603a932cf12ae2d907..4f252f08b4747beab05a89da5c066b60755b55a0 100644 (file)
                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 */
@@ -538,4 +544,4 @@ nav {
        li.hidden {
                display: none;
        }
-}
\ No newline at end of file
+}