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

Unified Diff: components/security_interstitials/core/browser/resources/interstitial_v2.css

Issue 2854263003: Add quiet safe browsing interstitial for WebView (Closed)
Patch Set: Fix unit test Created 3 years, 7 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
Index: components/security_interstitials/core/browser/resources/interstitial_v2.css
diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.css b/components/security_interstitials/core/browser/resources/interstitial_v2.css
index d82e6bda69ebc8fc8fba4b4c20fe92c5c9b3d6cc..5af309a0b6f8fe1319dd5834c3042df4497eb2ec 100644
--- a/components/security_interstitials/core/browser/resources/interstitial_v2.css
+++ b/components/security_interstitials/core/browser/resources/interstitial_v2.css
@@ -2,21 +2,12 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. */
-a {
- color: #585858;
-}
-
.bad-clock .icon {
background-image: -webkit-image-set(
url(images/1x/clock.png) 1x,
url(images/2x/clock.png) 2x);
}
-body {
- background-color: #f7f7f7;
- color: #646464;
-}
-
body.safe-browsing {
background-color: rgb(206, 52, 38);
color: white;
@@ -81,15 +72,6 @@ button:hover {
margin-top: 20px;
}
-#details-button {
- background: inherit;
- border: 0;
- float: none;
- margin: 0;
- padding: 10px 0;
- text-transform: uppercase;
-}
-
#details-button:hover {
box-shadow: inherit;
text-decoration: underline;
@@ -118,18 +100,7 @@ h2 {
font-weight: normal;
}
-.hidden {
- display: none;
-}
-
-html {
- -webkit-text-size-adjust: 100%;
- font-size: 125%;
-}
-
.icon {
- background-repeat: no-repeat;
- background-size: 100%;
height: 72px;
margin: 0 0 40px;
width: 72px;

Powered by Google App Engine
This is Rietveld 408576698