12010-04-22 Olivier Tilloy <olivier@tilloy.net>
2
3 Reviewed by NOBODY (OOPS!).
4
5 Fix the default text color for form elements.
6
7 [Gtk] Implement RenderThemeGtk::systemColor to apply the correct colors
8 from the current GTK theme.
9 https://bugs.webkit.org/show_bug.cgi?id=37779
10
11 * css/html.css:
12 (input, textarea, keygen, select, button, isindex, datagrid):
13 (keygen, select):
14 * platform/gtk/RenderThemeGtk.cpp:
15 (WebCore::RenderThemeGtk::RenderThemeGtk):
16 (WebCore::RenderThemeGtk::systemColor):
17 (WebCore::RenderThemeGtk::gtkButton):
18 * platform/gtk/RenderThemeGtk.h:
19