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

Unified Diff: remoting/webapp/window_frame.css

Issue 339613003: Remove the blue tool-bar for apps v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use classes for help and feedback elements. Created 6 years, 5 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/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;
}

Powered by Google App Engine
This is Rietveld 408576698