Adam Howard
Well-known member
I honestly do not use the help page and so I typically do not style it. Seriously, we hide it on our site.
But I really hate styling it because it is never straight forward. Or far to many globals.(Honestly)
Coloring for it thus far.... (still tweaking)
May edit these later........
But I really hate styling it because it is never straight forward. Or far to many globals.(Honestly)
Coloring for it thus far.... (still tweaking)
PHP:
.baseHtml {
background-color: #BCC1D3 !important;
}
.helpContent {
background-color: #BCC1D3 !important;
}
.dataTable tr.dataRow th {
background: #757E9D !important;
border-bottom: 1px solid black;
border-top: 1px solid black;
color: white;
}
May edit these later........