Skip to content
Snippets Groups Projects
Commit 5f595235 authored by ALGLAVE Ivan's avatar ALGLAVE Ivan
Browse files

link-style for Cocktails list selection

parent 06654b0e
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
for($i = 0; $i < count($ar); $i++)
{
echo '<li onclick="notifyParent(' . $i . ');">' . $ar[$i]['titre'] . '</li>';
echo '<li onclick="notifyParent(' . $i . ');" hint="Voir">' . $ar[$i]['titre'] . '</li>';
}
?>
......
li:hover {
cursor: pointer;
color: blue;
font-size: x-large;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment