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

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: Remove unnecessary change 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
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..81f43b2c05f65a41d7b602b5b45694135adb7110 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.css
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.css
@@ -168,6 +168,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