smiley picker window has changed background color... where to adjust?
Using Jamroom
O. M. G. ....I did it! =8-O
I changed a section in the Smiley Module's emotions.tpl code-- from this:
<div class="p10" style="background-color: #fcf7db">{foreach $_sets as $_set}
<h1>{$_set[0]['smiley_set']}</h1>
<br>
{foreach $_set as $_s}
<a title="{$_s.smiley_title}" href="javascript:" onclick="insertSmiley('{$media_url}/jrSmiley_{$_s._item_id}_smiley_image.{$_s.smiley_image_extension}','{$_s.smiley_title}');"><img src="{$media_url}/jrSmiley_{$_s._item_id}_smiley_image.{$_s.smiley_image_extension}" style="height: {$_conf['jrSmiley_size']}px" alt="{$_s.smiley_string}"></a>
{/foreach}
<br>
<br>
{/foreach}
</div>
to this:
<div class="p10" style="background-color: #fcf7db;">{foreach $_sets as $_set}
<h1>{$_set[0]['smiley_set']}</h1>
<br>
{foreach $_set as $_s}
<a title="{$_s.smiley_title}" href="javascript:" onclick="insertSmiley('{$media_url}/jrSmiley_{$_s._item_id}_smiley_image.{$_s.smiley_image_extension}','{$_s.smiley_title}');"><img src="{$media_url}/jrSmiley_{$_s._item_id}_smiley_image.{$_s.smiley_image_extension}" style="height: {$_conf['jrSmiley_size']}px; padding-bottom: 6px; padding-right: 3px;" alt="{$_s.smiley_string}"></a>
{/foreach}
<br>
<br>
{/foreach}
</div>
...and now the smiley picker window looks beautiful!, like this new screenshot! (and I only put the new code in the wrong place ONCE, at first, then got it in the right place where it did something... woo-hooo)
Here's how it looks now, just right: