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

Unified Diff: remoting/webapp/crd/html/window_frame.css

Issue 875583002: Allow full-screen mode when not connected, and remember the previous setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: remoting/webapp/crd/html/window_frame.css
diff --git a/remoting/webapp/crd/html/window_frame.css b/remoting/webapp/crd/html/window_frame.css
index 857f40c25095f026cf605896a45540d06121a9a4..616dc00ce5186610eacffc4db507647faaaa98f7 100644
--- a/remoting/webapp/crd/html/window_frame.css
+++ b/remoting/webapp/crd/html/window_frame.css
@@ -122,10 +122,8 @@ html.apps-v2 .window-body {
border-right: none;
}
-/* The Disconnect, full-screen and options buttons are only displayed when
- connected. */
+/* The Disconnect and options buttons are only displayed when connected. */
body:not(.connected) .window-disconnect,
-body:not(.connected) .window-fullscreen,
body:not(.connected) .window-options {
display: none;
}

Powered by Google App Engine
This is Rietveld 408576698