テキスト入力欄の改造

This commit is contained in:
Your Name
2018-10-28 20:54:42 +09:00
parent a819191234
commit 7313a64709
2 changed files with 10 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ if (! $background_image)
if (! $item_colour)
$item_colour = 'rgb(255,255,255)';
if (! $comment_item_colour)
$comment_item_colour = 'rgb(246,246,246)';
$comment_item_colour = 'rgb(255,255,255)';
if (! $item_opacity)
$item_opacity = '1';
if (! $font_size)