mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
added new icon for adding host
- really ugly because this is a commit before I run - unfinished!
This commit is contained in:
parent
d123ee3cec
commit
b83df32665
@ -40,7 +40,11 @@
|
||||
|
||||
<div id="hostSettings">
|
||||
<div class="mdl-grid" id='host-grid'>
|
||||
<div class='mdl-cell mdl-cell--3-col' id='addHostCell'>+</div>
|
||||
<div class='mdl-cell mdl-cell--3-col' id='addHostCell' style='padding-top:5px;padding-bottom:5px;'>
|
||||
<object type="image/svg+xml" data="static/res/ic_add_circle_white_24px.svg" style="width:64px;height:64px;">
|
||||
Your browser does not support SVG
|
||||
</object>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Enter the IP/hostname of the GFE streaming computer, or select one from the history:</p>
|
||||
|
4
static/res/ic_add_circle_white_24px.svg
Normal file
4
static/res/ic_add_circle_white_24px.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<svg fill="#FFFFFF" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 264 B |
Loading…
x
Reference in New Issue
Block a user