Skip to content
Snippets Groups Projects
Commit e07328f3 authored by Axel Hahn's avatar Axel Hahn
Browse files

overview - higlight buttons on a single project

parent 210429a8
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,11 @@ class projectlist extends base{
// localStorage.setItem("selectedPhase", sPhase);
// $(\'.' . $sColClass . '\').hide(); $(\'.\' + sPhase).show();
localStorage.setItem("selectedPrj", sPrj);
$(\'.' . $sTrClass . '\').hide(); $(\'.\' + sPrj).show();
$(\'.' . $sTrClass . '\').hide().removeClass("trprojectfiltered");
$(\'.\' + sPrj).show();
if (sPrj!="' . $sTrClass . '"){
$(\'.\' + sPrj).addClass("trprojectfiltered");
}
showResetbtn();
}
......
......@@ -117,6 +117,7 @@ tr:hover{background:#ddd; background: linear-gradient(#f0f0f0,#fff,#f0f0f0);}
.trproject td{padding: 3px !important;}
.trproject a.btn{opacity: 0.2;}
.trprojectfiltered a.btn,
.trproject:hover a.btn{opacity: 1;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment