my17560 / dokuwiki-template-readthedokus

"Read the Docs" flavored DokuWiki template
MIT License
14 stars 11 forks source link

No css style for "Select a file" button from Media Uploader #30

Closed eduardomozart closed 1 year ago

eduardomozart commented 1 year ago

Hello, Not exactly a bug, but I noticed that the "Select a file" from Media Uploader popup has no CSS applied into it. I believe that a CSS like a button would be great, as it's the default behavior in other templates. image

my17560 commented 1 year ago

I didn't realize the select file button is not styled at all... I'll add styles to make it look like a button.

eduardomozart commented 1 year ago

I've applied your last Master commit into my Wiki instance and I can confirm that the "Select a file" has a button style applied into it. Thank you!