Skip to content
Snippets Groups Projects
Commit 4041d6be authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Missing icon

parent 85688d99
No related branches found
No related tags found
No related merge requests found
......@@ -322,6 +322,10 @@ div.mainmenu.accountancy {
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/menus/money.png' ?>);
}
div.mainmenu.bank {
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/menus/bank.png' ?>);
}
div.mainmenu.project {
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/menus/project.png' ?>);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment