Re: Browse Button

Home \ forums/reply \ Re: Browse Button
#1025
Michael Gilkes
Keymaster

@wildrizzo88. Great! I’m glad that it works now. Yes, you should be able to do that with CSS. Just open up the css file and look for the button.cancelAll[disabled],button.cancelAll[disabled]:hover rule set, then place display:none; declaration in its declaration block. It should look something link this:

You may have to look for the other rule set, button.cancelAll, and place the following declaration in it: display: inline-block;.

I haven’t tested this. So, please let me know if it works.