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

Unified Diff: components/neterror/resources/neterror.css

Issue 2094733002: Remove details strings used by iframes on network error pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove extra braces Created 4 years, 6 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 | « components/error_page_strings.grdp ('k') | components/neterror/resources/neterror.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/neterror/resources/neterror.css
diff --git a/components/neterror/resources/neterror.css b/components/neterror/resources/neterror.css
index 071061411e36ebac9bd497be90c2533722565ec8..1cbc66cf336f9c49151a349c886e1a7b103f6ce5 100644
--- a/components/neterror/resources/neterror.css
+++ b/components/neterror/resources/neterror.css
@@ -268,6 +268,7 @@ html[subframe] body {
-webkit-justify-content: center;
left: 0;
position: absolute;
+ text-align: center;
top: 0;
transition: background-color .2s ease-in-out;
width: 100%;
@@ -352,6 +353,10 @@ html[subframe] body {
will-change: -webkit-filter, background-color;
}
+.offline #main-message > p {
+ display: none;
+}
+
.offline.inverted {
-webkit-filter: invert(100%);
background-color: #000;
« no previous file with comments | « components/error_page_strings.grdp ('k') | components/neterror/resources/neterror.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698