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

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

Issue 318213002: Add custom interstitial for captive portals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android builds Created 5 years, 11 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: 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 07bf7565fb14adeb630ab1a40af543a772a7dd02..9c605f4011d253620afdf766b33bbe07efa03ff3 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.css
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.css
@@ -174,6 +174,12 @@ input[type=checkbox] {
url(images/2x/brokenssl_red.png) 2x);
}
+.captive-portal .icon {
+ background-image: -webkit-image-set(
+ url(../../../app/theme/default_100_percent/common/error_network_offline.png) 1x,
+ url(../../../app/theme/default_200_percent/common/error_network_offline.png) 2x);
+}
+
.styled-checkbox {
float: left;
height: 16px;

Powered by Google App Engine
This is Rietveld 408576698