@@ -327,7 +327,7 @@ public function testGetStylesheetWithOnlyColor() {
327327 ->with ('theming ' , 'backgroundMime ' , '' )
328328 ->willReturn ('' );
329329
330- $ expected = new Http \DataDownloadResponse ('#body-user #header,#body-settings #header,#body-public #header {background-color: #000} ' , 'style ' , 'text/css ' );
330+ $ expected = new Http \DataDownloadResponse ('#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: #000} ' , 'style ' , 'text/css ' );
331331 $ expected ->cacheFor (3600 );
332332 @$ this ->assertEquals ($ expected , $ this ->themingController ->getStylesheet ());
333333 }
@@ -354,7 +354,7 @@ public function testGetStylesheetWithOnlyColorInvert() {
354354 ->with ('theming ' , 'backgroundMime ' , '' )
355355 ->willReturn ('' );
356356
357- $ expected = new Http \DataDownloadResponse ('#body-user #header,#body-settings #header,#body-public #header {background-color: #fff}#header .header-appname, #expandDisplayName { color: #000000; } #header .icon-caret { background-image: url( \'' . \OC ::$ WEBROOT . '/core/img/actions/caret-dark.svg \'); } .searchbox input[type="search"] { background: transparent url( \'' . \OC ::$ WEBROOT . '/core/img/actions/search.svg \') no-repeat 6px center; color: #000; }.searchbox input[type="search"]:focus,.searchbox input[type="search"]:active,.searchbox input[type="search"]:valid { color: #000; border: 1px solid rgba(0, 0, 0, .5); } ' , 'style ' , 'text/css ' );
357+ $ expected = new Http \DataDownloadResponse ('#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: #fff}#header .header-appname, #expandDisplayName { color: #000000; } #header .icon-caret { background-image: url( \'' . \OC ::$ WEBROOT . '/core/img/actions/caret-dark.svg \'); } .searchbox input[type="search"] { background: transparent url( \'' . \OC ::$ WEBROOT . '/core/img/actions/search.svg \') no-repeat 6px center; color: #000; }.searchbox input[type="search"]:focus,.searchbox input[type="search"]:active,.searchbox input[type="search"]:valid { color: #000; border: 1px solid rgba(0, 0, 0, .5); } ' , 'style ' , 'text/css ' );
358358 $ expected ->cacheFor (3600 );
359359 @$ this ->assertEquals ($ expected , $ this ->themingController ->getStylesheet ());
360360 }
@@ -443,7 +443,7 @@ public function testGetStylesheetWithAllCombined() {
443443 ->with ('theming ' , 'backgroundMime ' , '' )
444444 ->willReturn ('image/png ' );
445445
446- $ expected = new Http \DataDownloadResponse ('#body-user #header,#body-settings #header,#body-public #header {background-color: #000}#header .logo {
446+ $ expected = new Http \DataDownloadResponse ('#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: #000}#header .logo {
447447 background-image: url( \'./logo?v=0 \');
448448 }
449449 #header .logo-icon {
@@ -477,7 +477,7 @@ public function testGetStylesheetWithAllCombinedInverted() {
477477 ->with ('theming ' , 'backgroundMime ' , '' )
478478 ->willReturn ('image/png ' );
479479
480- $ expected = new Http \DataDownloadResponse ('#body-user #header,#body-settings #header,#body-public #header {background-color: #fff}#header .logo {
480+ $ expected = new Http \DataDownloadResponse ('#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: #fff}#header .logo {
481481 background-image: url( \'./logo?v=0 \');
482482 }
483483 #header .logo-icon {
0 commit comments