| Index: chrome/browser/resources/file_manager/main.html
|
| ===================================================================
|
| --- chrome/browser/resources/file_manager/main.html (revision 236391)
|
| +++ chrome/browser/resources/file_manager/main.html (working copy)
|
| @@ -396,7 +396,7 @@
|
| </div>
|
| <div class="right buttonbar" id="open-panel"
|
| visibleif="open-file open-multi-file">
|
| - <select class="file-type"></select>
|
| + <select class="file-type" hidden></select>
|
| <button class="ok" disabled tabindex="7"></button>
|
| <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="8"></button>
|
| </div>
|
| @@ -426,7 +426,7 @@
|
| </div>
|
| </div>
|
| <div class="right buttonbar">
|
| - <select class="file-type"></select>
|
| + <select class="file-type" hidden></select>
|
| <button class="ok" disabled tabindex="11"></button>
|
| <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="12"></button>
|
| </div>
|
|
|