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

Unified Diff: chrome/browser/resources/shared/css/menu.css

Issue 7227025: ntp4: fix app context menu z-order (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: many more fixes Created 9 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
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/menu.css
diff --git a/chrome/browser/resources/shared/css/menu.css b/chrome/browser/resources/shared/css/menu.css
index 01c4611f6772171123bea48c9c383c74c0d01eac..d1e0f55015257f6f84fd76aff952b13025cd109a 100644
--- a/chrome/browser/resources/shared/css/menu.css
+++ b/chrome/browser/resources/shared/css/menu.css
@@ -46,6 +46,11 @@ menu > [disabled] {
color: rgba(0, 0, 0, .3);
}
+/* Text alpha doesn't work on Linux/GTK. TODO(estade): investigate. */
Rick Byers 2011/07/07 16:42:22 Can you just file a bug for this now (and referenc
+html[toolkit=gtk] menu > [disabled] {
+ color: #969696;
+}
+
menu > [hidden] {
display: none;
}
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698