@@ -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 }
@@ -444,7 +444,7 @@ public function testGetStylesheetWithAllCombined() {
444444 ->with ('theming ' , 'backgroundMime ' , '' )
445445 ->willReturn ('image/png ' );
446446
447- $ expected = new Http \DataDownloadResponse ('#body-user #header,#body-settings #header,#body-public #header {background-color: #000}#header .logo {
447+ $ 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 {
448448 background-image: url( \'./logo?v=0 \');
449449 background-size: contain;
450450 }
@@ -479,7 +479,7 @@ public function testGetStylesheetWithAllCombinedInverted() {
479479 ->with ('theming ' , 'backgroundMime ' , '' )
480480 ->willReturn ('image/png ' );
481481
482- $ expected = new Http \DataDownloadResponse ('#body-user #header,#body-settings #header,#body-public #header {background-color: #fff}#header .logo {
482+ $ 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 {
483483 background-image: url( \'./logo?v=0 \');
484484 background-size: contain;
485485 }
0 commit comments