Revert "Fix #1782"
This reverts commit bc5268bdc8
.
Signed-off-by: Julius Haertl <jus@bitgrid.net>
This commit is contained in:
parent
81e9836900
commit
520f2f6221
|
@ -319,7 +319,7 @@ class ThemingController extends Controller {
|
||||||
$responseCss .= sprintf('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before {' .
|
$responseCss .= sprintf('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before {' .
|
||||||
'background-image:url(\'%s/core/img/actions/checkmark-white.svg\');' .
|
'background-image:url(\'%s/core/img/actions/checkmark-white.svg\');' .
|
||||||
'background-color: %s; background-position: center center; background-size:contain;' .
|
'background-color: %s; background-position: center center; background-size:contain;' .
|
||||||
'width:12px; height:12px; padding:0; margin:2px 6px 6px 9px; border-radius:1px;' .
|
'width:12px; height:12px; padding:0; margin:2px 6px 6px 2px; border-radius:1px;' .
|
||||||
"}\n",
|
"}\n",
|
||||||
\OC::$WEBROOT,
|
\OC::$WEBROOT,
|
||||||
$elementColor
|
$elementColor
|
||||||
|
|
|
@ -428,7 +428,7 @@ class ThemingControllerTest extends TestCase {
|
||||||
$expectedData .= sprintf('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before {' .
|
$expectedData .= sprintf('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before {' .
|
||||||
'background-image:url(\'%s/core/img/actions/checkmark-white.svg\');' .
|
'background-image:url(\'%s/core/img/actions/checkmark-white.svg\');' .
|
||||||
'background-color: %s; background-position: center center; background-size:contain;' .
|
'background-color: %s; background-position: center center; background-size:contain;' .
|
||||||
'width:12px; height:12px; padding:0; margin:2px 6px 6px 9px; border-radius:1px;' .
|
'width:12px; height:12px; padding:0; margin:2px 6px 6px 2px; border-radius:1px;' .
|
||||||
"}\n",
|
"}\n",
|
||||||
\OC::$WEBROOT,
|
\OC::$WEBROOT,
|
||||||
$color
|
$color
|
||||||
|
@ -517,7 +517,7 @@ class ThemingControllerTest extends TestCase {
|
||||||
$expectedData .= sprintf('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before {' .
|
$expectedData .= sprintf('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before {' .
|
||||||
'background-image:url(\'%s/core/img/actions/checkmark-white.svg\');' .
|
'background-image:url(\'%s/core/img/actions/checkmark-white.svg\');' .
|
||||||
'background-color: #555555; background-position: center center; background-size:contain;' .
|
'background-color: #555555; background-position: center center; background-size:contain;' .
|
||||||
'width:12px; height:12px; padding:0; margin:2px 6px 6px 9px; border-radius:1px;' .
|
'width:12px; height:12px; padding:0; margin:2px 6px 6px 2px; border-radius:1px;' .
|
||||||
"}\n",
|
"}\n",
|
||||||
\OC::$WEBROOT
|
\OC::$WEBROOT
|
||||||
);
|
);
|
||||||
|
@ -691,7 +691,7 @@ class ThemingControllerTest extends TestCase {
|
||||||
$expectedData .= sprintf('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before {' .
|
$expectedData .= sprintf('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before {' .
|
||||||
'background-image:url(\'%s/core/img/actions/checkmark-white.svg\');' .
|
'background-image:url(\'%s/core/img/actions/checkmark-white.svg\');' .
|
||||||
'background-color: %s; background-position: center center; background-size:contain;' .
|
'background-color: %s; background-position: center center; background-size:contain;' .
|
||||||
'width:12px; height:12px; padding:0; margin:2px 6px 6px 9px; border-radius:1px;' .
|
'width:12px; height:12px; padding:0; margin:2px 6px 6px 2px; border-radius:1px;' .
|
||||||
"}\n",
|
"}\n",
|
||||||
\OC::$WEBROOT,
|
\OC::$WEBROOT,
|
||||||
$color
|
$color
|
||||||
|
@ -797,7 +797,7 @@ class ThemingControllerTest extends TestCase {
|
||||||
$expectedData .= sprintf('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before {' .
|
$expectedData .= sprintf('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before {' .
|
||||||
'background-image:url(\'%s/core/img/actions/checkmark-white.svg\');' .
|
'background-image:url(\'%s/core/img/actions/checkmark-white.svg\');' .
|
||||||
'background-color: #555555; background-position: center center; background-size:contain;' .
|
'background-color: #555555; background-position: center center; background-size:contain;' .
|
||||||
'width:12px; height:12px; padding:0; margin:2px 6px 6px 9px; border-radius:1px;' .
|
'width:12px; height:12px; padding:0; margin:2px 6px 6px 2px; border-radius:1px;' .
|
||||||
"}\n",
|
"}\n",
|
||||||
\OC::$WEBROOT
|
\OC::$WEBROOT
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue