mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix invisible RSS feed image delete button
버튼 작동에는 지장이 없으나, 브라우저에 따라 투명하게 보일 때가 있었음
This commit is contained in:
parent
926aa1bc7d
commit
bf7b0d6aef
1 changed files with 2 additions and 2 deletions
|
|
@ -41,10 +41,10 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="image">{$lang->feed_image}</label>
|
||||
<div class="x_controls">
|
||||
<div class="_rss_image_container" cond="$config->image">
|
||||
<div class="_rss_image_container" cond="$config->image">
|
||||
<div class="x_thumbnail" style="display:inline-block;margin:0 0 5px 0">
|
||||
<img src="{$config->image_url}" alt="image" style="max-width:210px;max-height:150px" />
|
||||
<input type="button" class="_delete_rss_image x_icon-remove" value="{$lang->cmd_delete}" style="width:14px" />
|
||||
<button type="button" class="_delete_rss_image">{$lang->cmd_delete}</button>
|
||||
</div>
|
||||
</div>
|
||||
<p><input type="file" name="image" value="" id="image" /></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue