mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
pikvm/pikvm#1095: floppy icon is missing on macOS
This commit is contained in:
parent
36df38972c
commit
82616ed7b5
@ -500,7 +500,7 @@
|
|||||||
<select disabled id="msd-image-selector"></select>
|
<select disabled id="msd-image-selector"></select>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<button disabled id="msd-download-button" title="Download image"> 🖪 </button>
|
<button disabled id="msd-download-button" title="Download image"><b> ⇩ </b></button>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<button disabled id="msd-remove-button" title="Remove image"><b> × </b></button>
|
<button disabled id="msd-remove-button" title="Remove image"><b> × </b></button>
|
||||||
|
|||||||
@ -37,7 +37,7 @@ li(id="msd-dropdown" class="right feature-disabled")
|
|||||||
tr
|
tr
|
||||||
td Image:
|
td Image:
|
||||||
td(width="100%") #[select(disabled id="msd-image-selector")]
|
td(width="100%") #[select(disabled id="msd-image-selector")]
|
||||||
td #[button(disabled id="msd-download-button" title="Download image") 🖪 ]
|
td #[button(disabled id="msd-download-button" title="Download image") #[b ⇩ ]]
|
||||||
td #[button(disabled id="msd-remove-button" title="Remove image") #[b × ]]
|
td #[button(disabled id="msd-remove-button" title="Remove image") #[b × ]]
|
||||||
table(class="kv")
|
table(class="kv")
|
||||||
tr
|
tr
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user