diff --git a/misc-scripts/sql2html.pl b/misc-scripts/sql2html.pl
index 88180dae738c888a3c07aa923bf7379df07ec7be..1c3a2281c1ab49de606a421f4b7ad57b87ca7c68 100644
--- a/misc-scripts/sql2html.pl
+++ b/misc-scripts/sql2html.pl
@@ -503,7 +503,7 @@ sub display_tables_list {
     $html .= qq{    </ul>\n</td></tr></table>};
   }
   $html .= qq{
-    <input type="button" onclick="show_hide_all()" style="background-color:#933;color:#FFF;cursor:pointer" value="Show/hide all" />
+    <input type="button" onclick="show_hide_all()" class="fbutton" value="Show/hide all" />
     <input type="hidden" id="expand" value="0" />
   };
   return $html;