Skip to content
Snippets Groups Projects
Commit 162232b5 authored by Laurent Gil's avatar Laurent Gil
Browse files

Use a CSS class to display a button

parent 97e9498d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment