| Index: chrome/browser/resources/ssl/interstitial_v2.css
|
| diff --git a/chrome/browser/resources/ssl/interstitial_v2.css b/chrome/browser/resources/ssl/interstitial_v2.css
|
| index 4a69ec9be23acb3ae09936c3ab6b256a8da6967b..92ddccbe938491c27009c5ed5efca9efdbbedc49 100644
|
| --- a/chrome/browser/resources/ssl/interstitial_v2.css
|
| +++ b/chrome/browser/resources/ssl/interstitial_v2.css
|
| @@ -180,27 +180,28 @@ input[type=checkbox] {
|
| }
|
|
|
| .styled-checkbox label {
|
| - background-color: white;
|
| + background: transparent;
|
| + border: white solid 1px;
|
| border-radius: 2px;
|
| - height: 16px;
|
| + height: 14px;
|
| left: 0;
|
| position: absolute;
|
| right: 0;
|
| top: 0;
|
| - width: 16px;
|
| + width: 14px;
|
| }
|
|
|
| .styled-checkbox label::after {
|
| background: transparent;
|
| - border: 2px solid rgb(217, 69, 61);
|
| + border: 2px solid white;
|
| border-right-width: 0;
|
| border-top-width: 0;
|
| content: '';
|
| height: 4px;
|
| - left: 3px;
|
| + left: 2px;
|
| opacity: 0.3;
|
| position: absolute;
|
| - top: 4px;
|
| + top: 3px;
|
| transform: rotate(-45deg);
|
| width: 9px;
|
| }
|
|
|