Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: chrome/browser/resources/ssl/interstitial_v2.css

Issue 404943002: Make the malware interstitial checkbox match the button style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698