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

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

Issue 1639953002: Network error interstitial update - add suggestions list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up styling Created 4 years, 10 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 78f59d5c4baeb083572f8c5da37c295696af14be..f7ac6ac4af2d02be5796dc83249b804e56c99241 100644
--- a/components/security_interstitials/core/browser/resources/interstitial_v2.css
+++ b/components/security_interstitials/core/browser/resources/interstitial_v2.css
@@ -80,11 +80,12 @@ button:hover {
float: none;
margin: 0;
padding: 10px 0;
- text-decoration: underline;
+ text-transform: uppercase;
}
#details-button:hover {
box-shadow: inherit;
+ text-decoration: underline;
}
.error-code {

Powered by Google App Engine
This is Rietveld 408576698