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

Unified Diff: remoting/webapp/main.css

Issue 23899005: Fixed CSS to hide AppsV1-only DOM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 8aed47665bce1c1ba4b3efdf3dd4bdfbecf1d986..305bc25b9e2981d48ec6644a29f89b9998431673 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -31,7 +31,7 @@ body {
* The "app-v2" class is added to the <html> node by remoting.init if it's
* running as a V2 app.
*/
-body.apps-v2 .apps-v1-only {
+html.apps-v2 .apps-v1-only {
display: none !important;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698