Skip to content
Snippets Groups Projects
Commit b6da74b5 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Fix: bureau2crea show active menu tab

parent 790c2549
No related branches found
No related tags found
No related merge requests found
......@@ -468,6 +468,12 @@ li.tmenu a {
li.tmenu a:hover {
color: #842F00;
}
li.tmenu .tmenusel {
color: #7F0A29;
font-weight: bold;
}
li.tmenusel {
background-image : url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_tmenusel_btnD.jpg' ?>);
......@@ -497,6 +503,7 @@ li.tmenusel a:hover {
li.tmenu a.tmenudisabled {
color: #CCC;
}
/* --- end nav --- */
......
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