1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-17 22:11:26 +02:00

[ticket/11472] Make the color swatch configurable and fix it in subsilver2

PHPBB3-11472
This commit is contained in:
Cesar G
2013-10-18 21:23:53 -07:00
parent c386bf7911
commit 79b5e96896
6 changed files with 14 additions and 20 deletions

View File

@@ -55,7 +55,7 @@
<div id="colour_palette" style="display: none;">
<dl style="clear: left;">
<dt><label>{L_FONT_COLOR}{L_COLON}</label></dt>
<dd id="color_palette_placeholder"></dd>
<dd id="color_palette_placeholder" data-orientation="h" data-height="12" data-width="15"></dd>
</dl>
</div>