Why search-box is blue-around after change bk color of header?

For support and discussion related to templates, themes, and imagesets in phpBB 3.1.
Get Involved
Locked
abcd2014
Registered User
Posts: 74
Joined: Sun Feb 18, 2018 12:26 pm

Why search-box is blue-around after change bk color of header?

Post by abcd2014 »

I changed bk color of header, then a blue color appears around search-box.
Why? how to clean the blue color around?

I wish search-box around is transparent.

link is: http://mathlaunch.com/forum/
Please have a look
User avatar
Jodi-86
Registered User
Posts: 100
Joined: Thu Nov 30, 2017 10:04 pm

Re: Why search-box is blue-around after change bk color of header?

Post by Jodi-86 »

It's a box shadow,

You can remove it in colours.css

Code: Select all

.search-header {
    box-shadow: 0 0 10px #0075B0;
}
If you wanted to change it to a border you could replace shadow with: border: 1px solid #9e9e9e;
abcd2014
Registered User
Posts: 74
Joined: Sun Feb 18, 2018 12:26 pm

Re: Why search-box is blue-around after change bk color of header?

Post by abcd2014 »

Hi Jodi-86,

It is very good!

thanks
Locked

Return to “[3.1.x] Styles Support & Discussion”