@@ -428,7 +428,7 @@ public function testGetStylesheetWithOnlyColor() {
428428 $ expectedData .= sprintf ('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before { ' .
429429 'background-image:url( \'%s/core/img/actions/checkmark-white.svg \'); ' .
430430 'background-color: %s; background-position: center center; background-size:contain; ' .
431- 'width:12px; height:12px; padding:0; margin:2px 6px 6px 9px ; border-radius:1px; ' .
431+ 'width:12px; height:12px; padding:0; margin:2px 6px 6px 2px ; border-radius:1px; ' .
432432 "} \n" ,
433433 \OC ::$ WEBROOT ,
434434 $ color
@@ -517,7 +517,7 @@ public function testGetStylesheetWithOnlyColorInvert() {
517517 $ expectedData .= sprintf ('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before { ' .
518518 'background-image:url( \'%s/core/img/actions/checkmark-white.svg \'); ' .
519519 'background-color: #555555; background-position: center center; background-size:contain; ' .
520- 'width:12px; height:12px; padding:0; margin:2px 6px 6px 9px ; border-radius:1px; ' .
520+ 'width:12px; height:12px; padding:0; margin:2px 6px 6px 2px ; border-radius:1px; ' .
521521 "} \n" ,
522522 \OC ::$ WEBROOT
523523 );
@@ -691,7 +691,7 @@ public function testGetStylesheetWithAllCombined() {
691691 $ expectedData .= sprintf ('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before { ' .
692692 'background-image:url( \'%s/core/img/actions/checkmark-white.svg \'); ' .
693693 'background-color: %s; background-position: center center; background-size:contain; ' .
694- 'width:12px; height:12px; padding:0; margin:2px 6px 6px 9px ; border-radius:1px; ' .
694+ 'width:12px; height:12px; padding:0; margin:2px 6px 6px 2px ; border-radius:1px; ' .
695695 "} \n" ,
696696 \OC ::$ WEBROOT ,
697697 $ color
@@ -797,7 +797,7 @@ public function testGetStylesheetWithAllCombinedInverted() {
797797 $ expectedData .= sprintf ('input[type="checkbox"].checkbox:checked:enabled:not(.checkbox--white) + label:before { ' .
798798 'background-image:url( \'%s/core/img/actions/checkmark-white.svg \'); ' .
799799 'background-color: #555555; background-position: center center; background-size:contain; ' .
800- 'width:12px; height:12px; padding:0; margin:2px 6px 6px 9px ; border-radius:1px; ' .
800+ 'width:12px; height:12px; padding:0; margin:2px 6px 6px 2px ; border-radius:1px; ' .
801801 "} \n" ,
802802 \OC ::$ WEBROOT
803803 );
0 commit comments