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

Unified Diff: remoting/webapp/html/ui_header.html

Issue 339613003: Remove the blue tool-bar for apps v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added New Connection to options menu. 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/html/ui_header.html
diff --git a/remoting/webapp/html/ui_header.html b/remoting/webapp/html/ui_header.html
index 19e1795b43fac37cb098f5d937c07df5a1436a4f..86eb68f61add668839a453a1e3976e15a3a970a3 100644
--- a/remoting/webapp/html/ui_header.html
+++ b/remoting/webapp/html/ui_header.html
@@ -20,8 +20,8 @@ found in the LICENSE file.
<span class="menu-button" id="help-feedback-main">
<img src="icon_help.webp" class="menu-button-activator help-icon">
<ul class="right-align">
- <li id="help-main" i18n-content="HELP"></li>
- <li id="send-feedback-main" i18n-content="ACTIONBAR_FEEDBACK"></li>
+ <li class="menu-help" i18n-content="HELP"></li>
+ <li class="menu-feedback" i18n-content="ACTIONBAR_FEEDBACK"></li>
</ul>
</span>
</div>

Powered by Google App Engine
This is Rietveld 408576698