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

Unified Diff: Source/core/css/themeChromium.css

Issue 96653004: Remove support for the obsolete <isindex> tag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 10 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 | « Source/core/css/html.css ('k') | Source/core/html/FormDataList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/themeChromium.css
diff --git a/Source/core/css/themeChromium.css b/Source/core/css/themeChromium.css
index 0a413e1efdec095348d572a3236de43b799a0d73..6094c1dd04eca724dc0520af080b30beaf2ff90b 100644
--- a/Source/core/css/themeChromium.css
+++ b/Source/core/css/themeChromium.css
@@ -30,7 +30,7 @@
/* These styles override other user-agent styles for Chromium. */
-input:disabled, isindex:disabled, textarea:disabled {
+input:disabled, textarea:disabled {
color: #545454; /* Color::light() for #000000. See RenderTextControl.cpp:disabledTextColor */
}
« no previous file with comments | « Source/core/css/html.css ('k') | Source/core/html/FormDataList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698