Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
IMproved css Dashboards categories
Ive made some improvements to the css for parent categories. Below is the additional css. This was added to admin.css in the dashboard application.
table.AltColumns tr.Parent td,
table tr.Parent td {
background-color: #4243A8;
color:#fff;
}
table.AltColumns tr.Parent td.Alt,
table tr.Parent td.Alt {
background-color: #4243A8;
color:#fff;
}
table tr.Child td.First {
padding-left: 20px;
}
0