Index: remoting/webapp/window_frame.css |
diff --git a/remoting/webapp/window_frame.css b/remoting/webapp/window_frame.css |
index a079ec1c8163e3ee9d366c38e1eb0c38b2e1f1d5..e109e5d4ad5d5089a0fa7a1627969846f9985b36 100644 |
--- a/remoting/webapp/window_frame.css |
+++ b/remoting/webapp/window_frame.css |
@@ -22,7 +22,7 @@ html.apps-v2 .title-bar { |
.window-controls-hover-target { |
height: 32px; |
line-height: 32px; |
- font-size: 16px; |
+ font-size: 14px; |
background-color: #c4c4c4; |
} |
@@ -109,8 +109,9 @@ html.apps-v2 #scroller { |
} |
-/* When connected to a host, the Disconnect button is displayed. */ |
-body:not(.connected) .window-disconnect { |
+/* The Disconnect and Options buttons are only displayed when connected. */ |
+body:not(.connected) .window-disconnect, |
+body:not(.connected) .window-options { |
display: none; |
} |