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

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

Issue 664503006: Implementation of the full clock interstitial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed comment wrapping for Chris. :-) Created 6 years, 2 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/app/google_chrome_strings.grd ('k') | chrome/browser/resources/security_warnings/interstitial_v2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/resources/security_warnings/interstitial_v2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698