Index: chrome/browser/resources/security_warnings/interstitial_v2.css |
diff --git a/chrome/browser/resources/security_warnings/interstitial_v2.css b/chrome/browser/resources/security_warnings/interstitial_v2.css |
index 889aca24dd78ef7fbe8f0dee09eac09dd0ea31ee..07bf7565fb14adeb630ab1a40af543a772a7dd02 100644 |
--- a/chrome/browser/resources/security_warnings/interstitial_v2.css |
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.css |
@@ -6,6 +6,12 @@ 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: #585858; |