in file administrator/components/com_joomlaupdate/tmpl/upload/default.php at rows 74 add some as
<style> .custom-file-upload { display: inline-block; padding: 6px 12px; cursor: pointer; background-color: #007bff; color: #fff; border-radius: 4px; } #install_package { display: none; } </style> <label for="install_package" class="custom-file-upload"> <?php echo Text::_('COM_INSTALLER_SELECT_FILE_BUTTON'); ?></label>
<input class="form-control" type="file" id="install_package" name="install_package" accept=".zip,application/zip">
What version of Joomla were you using?
Joomla 5.3
What device were you using? (eg, phone, laptop)
laptop
What web browser were you using? (eg, Chrome, Safari)
Chrome, Mozilla
If you were using assistive technology, please let us know the device or software you were using (eg VoiceOver, JAWS, sip-and-puff device, etc)
If you know which WCAG or ATAG criteria this violates, please indicate it here:
Labels |
Added:
No Code Attached Yet
a11y
|