Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Orlando Grosso
4
Views
3
Comments
upload widget and css
Question
Hi,
A client requested that a new application follow their image and app standarts.
The app css was changed for Header, Menus and BUTTONS. It worked and not that difficult.
BUT: the upload widget BROWSE buttons do not change. Every other button follows thew new css. Looked everywhere but to no avail.
Any ideas?
Thanks
Gary Williams
I know this is old but it remains unanswered and I have the exact same requirement... does anyone know how to amend the css to change the 'Browse' button?
Thanks
Gary
João Rosado
Staff
Hi Gary,
That is usually a common problem since each browser has a totally different style and they do not let costumization.
Googling a bit got this as first hit:
https://stackoverflow.com/questions/21842274/cross-browser-custom-styling-for-file-upload-button
Basically the suggestion is to move the input to an off-screen position (position: fixed; top: -1000px;) and add a <label> element for it. Then customize the that label instead.
Regards,
João Rosado
Gary Williams
Thanks Joao I'll give it a try..!
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...