MyBB Community Forums

Full Version: How do I remove border from search bar button?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a little white border around the button "Go" and I want to remove it but can't seem to find it in my global.css.

Here's a preview of the code I think that has to do with the border.
http://gyazo.com/52578bfa818ab70b8dc5ae417ed5dccb

My issue preview: http://gyazo.com/44e79c2b503c4ccee3a31bf11fbd1c91
My website: http://www.Vizzy.VisualizeEdits.com/
looking at global.css
  .button

and change the border to 0
(2013-07-09, 02:56 AM)ikhwanulfikri Wrote: [ -> ]looking at global.css
  .button

and change the border to 0

This will change all buttons though. To change only this one you need to add this to global.css:

#search_button input.button {
    styling like border: 0; instead of this text
}

@down, the correct syntax for border would be:
border: 1px solid #000;
You missed the line style.
Yes, that's what I am looking for Destroy666! Thank you.

I tried to add "border: 1px #000;" and it doesn't show up anything. :/

(2013-07-09, 03:00 AM)Destroy666 Wrote: [ -> ]
(2013-07-09, 02:56 AM)ikhwanulfikri Wrote: [ -> ]looking at global.css
  .button

and change the border to 0

This will change all buttons though. To change only this one you need to add this to global.css:

#search_button input.button {
    styling like border: 0; instead of this text
}

@down, the correct syntax for border would be:
border: 1px solid #000;
You missed the line style.

Thank you. It work!
Check it out! http://www.Vizzy.VisualizeEdits.com/