Skip to content

Commit

Permalink
also adjust log in background color in theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jancborchardt committed Jul 28, 2016
1 parent 4446848 commit 5bc34c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/theming/lib/controller/themingcontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function getStylesheet() {
$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
);
}
Expand Down

0 comments on commit 5bc34c2

Please sign in to comment.