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

Unified Diff: remoting/webapp/menu_button.css

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/menu_button.css
diff --git a/remoting/webapp/menu_button.css b/remoting/webapp/menu_button.css
index e53041e7ee2f5dcfa57181f3b4e58d91470ef6f2..9c7383a88763e646ae23b4e32e087d960d40c8b6 100644
--- a/remoting/webapp/menu_button.css
+++ b/remoting/webapp/menu_button.css
@@ -10,6 +10,8 @@
.menu-button-activator + ul {
display: none;
position: absolute;
+ line-height: normal;
+ text-align: __MSG_@@bidi_start_edge__;
}
.menu-button-activator + ul:not(.right-align) {
@@ -24,7 +26,7 @@
display: block;
}
-.menu-button-activator.active {
+button.menu-button-activator.active {
background-color: #EEE;
background-image: -webkit-gradient(linear, left top, left bottom,
from(#EEE), to(#E0E0E0));

Powered by Google App Engine
This is Rietveld 408576698