summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-06 21:44:34 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-06 21:44:34 +0000
commit1151b0259fb1876b6c49d52d240c57952c270f8e (patch)
treeb0a8fca095e24d5f16577b912f58bf7fdcfbbeed /remoting
parent97e0fc08d42a6e65be0911f43ffe96f671fc6b34 (diff)
downloadchromium_src-1151b0259fb1876b6c49d52d240c57952c270f8e.zip
chromium_src-1151b0259fb1876b6c49d52d240c57952c270f8e.tar.gz
chromium_src-1151b0259fb1876b6c49d52d240c57952c270f8e.tar.bz2
Fixed CSS to hide AppsV1-only DOM.
https://chromiumcodereview.appspot.com/22006002/ moved the apps-v2 class from the <body> to the <html> node, but did not update the CSS. BUG=263090 R=lambroslambrou@chromium.org Review URL: https://codereview.chromium.org/23899005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/webapp/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 8aed476..305bc25 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;
}