Quote:
Originally Posted by airborneCAL
I'd like to change the css color that shows instead of the yellow but I'm not sure how. Any help? Great mod BTW.
|
Quote:
Originally Posted by carrlos
Never mind! I got it! I changed:
Code:
<td class="inlinemod" nowrap="nowrap">
to:
Code:
<td class="pmbox" nowrap="nowrap">
And added this to the Additional CSS Definitions in Style Manager > Main CSS
Code:
.pmbox { background-color: #33CCFF; color: #000000;}
|
Change the html to a class you want to use. Then add that class to the additional CSS.