| 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 */
|
| }
|
|
|
|
|