]> source.dussan.org Git - nextcloud-server.git/commitdiff
also adjust log in background color in theme
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 19 Jul 2016 10:08:59 +0000 (12:08 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 28 Jul 2016 08:08:02 +0000 (10:08 +0200)
apps/theming/lib/controller/themingcontroller.php

index 5984c1856e298dff5d46b158f3d5847af0c9c365..3e5d6f3e0d1c05a09a0a7097984c5eab1192550e 100644 (file)
@@ -216,7 +216,7 @@ class ThemingController extends Controller {
                $color = $this->config->getAppValue($this->appName, 'color');
                if($color !== '') {
                        $responseCss .= sprintf(
-                               '#body-user #header,#body-settings #header,#body-public #header,.searchbox input[type="search"]:focus,.searchbox input[type="search"]:active,.searchbox input[type="search"]:valid {background-color: %s}',
+                               '#body-user #header,#body-settings #header,#body-public #header,#body-login,.searchbox input[type="search"]:focus,.searchbox input[type="search"]:active,.searchbox input[type="search"]:valid {background-color: %s}',
                                $color
                        );
                }