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

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

Issue 437113002: Delete the old SSL interstitial and Finch trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing IDS_FLAGS_SSL_INTERSTITIAL strings Created 6 years, 4 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 | « chrome/browser/resources/ssl/blocking.js ('k') | chrome/browser/resources/ssl/interstitial_v2.js » ('j') | 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 92ddccbe938491c27009c5ed5efca9efdbbedc49..df3dd2565f9c38322e48dc1d78fbece4769ce0fa 100644
--- a/chrome/browser/resources/ssl/interstitial_v2.css
+++ b/chrome/browser/resources/ssl/interstitial_v2.css
@@ -17,11 +17,6 @@ body.safe-browsing {
color: white;
}
-body.yellow {
- background-color: rgb(255, 220, 59);
- color: black;
-}
-
button {
background: rgb(76, 142, 250);
border: 0;
@@ -159,14 +154,6 @@ input[type=checkbox] {
url(images/2x/brokenssl_red.png) 2x);
}
-.ssl-guard #icon {
- background-image: -webkit-image-set(
- url(images/1x/brokenssl_guard.png) 1x,
- url(images/2x/brokenssl_guard.png) 2x);
- height: 104px;
- width: 94px;
-}
-
.styled-checkbox {
float: left;
height: 16px;
« no previous file with comments | « chrome/browser/resources/ssl/blocking.js ('k') | chrome/browser/resources/ssl/interstitial_v2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698