MyBB Community Forums

Full Version: border-radius
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have made a couple of changes to the original version (1.8)
All has gone well - however, I am getting stuck with border-radius' changes responding.

It worked well for the 'search window' & 'button' which is #search input in css
which border & button were reduced from 6px to 2px

Changes in other windows/button combinations are not responding with their css indications thru regular 'browser inspect'.

I did find this in the css.php - If it is here, I don't know how to get to it.
.post.classic .post_author {
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

Basically, I wanted to change all references to border-radius: 6px to 2px.

Which includes thead & also footer which are also unresponsive to editing down to 2px.
was with css3 - all good now