mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
use a generic globe instead of a chrome icon
This commit is contained in:
parent
d7e9c198e6
commit
bca82f7413
@ -118,7 +118,7 @@
|
|||||||
<div class="btn-group" data-toggle="buttons">
|
<div class="btn-group" data-toggle="buttons">
|
||||||
<label class="btn btn-primary" id="lblLocal" onclick=switchStorage("browser")>
|
<label class="btn btn-primary" id="lblLocal" onclick=switchStorage("browser")>
|
||||||
<input type="radio" name="options" id="btnLocal" autocomplete="off" checked>
|
<input type="radio" name="options" id="btnLocal" autocomplete="off" checked>
|
||||||
<span class="fa fa-chrome" id="icnLocal"></span> Browser
|
<span class="fa fa-globe" id="icnLocal"></span> Browser
|
||||||
</input>
|
</input>
|
||||||
</label>
|
</label>
|
||||||
<label class="btn btn-primary" id="lblDrop" onclick=switchStorage("dropbox")>
|
<label class="btn btn-primary" id="lblDrop" onclick=switchStorage("dropbox")>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user