Procházet zdrojové kódy

Change icon from folder to input

j433866 před 6 roky
rodič
revize
acb8c0b5af
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/web/html/index.html

+ 1 - 1
src/web/html/index.html

@@ -226,7 +226,7 @@
                             <label for="input-text">Input</label>
                             <label for="input-text">Input</label>
                             <span class="float-right">
                             <span class="float-right">
                                 <button type="button" class="btn btn-primary bmd-btn-icon" id="btn-open-file" data-toggle="tooltip" title="Open file as input" onclick="document.getElementById('open-file').click();">
                                 <button type="button" class="btn btn-primary bmd-btn-icon" id="btn-open-file" data-toggle="tooltip" title="Open file as input" onclick="document.getElementById('open-file').click();">
-                                    <i class="material-icons">folder</i>
+                                    <i class="material-icons">input</i>
                                     <input type="file" id="open-file" style="display: none">
                                     <input type="file" id="open-file" style="display: none">
                                 </button>
                                 </button>
                                 <button type="button" class="btn btn-primary bmd-btn-icon" id="clr-io" data-toggle="tooltip" title="Clear input and output">
                                 <button type="button" class="btn btn-primary bmd-btn-icon" id="clr-io" data-toggle="tooltip" title="Clear input and output">