MyBB Community Forums

Full Version: Legend CSS not in mybb.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Legend needs to be definable in the CSS. If you make a dark background template then in IE (FF too maybe) the legend is black. This effects at least the USERCP > Profie Options templates.

Please add this to the definable css if possible. Mybb uses legend quite a bit...I think for quotes too.
Perhaps you wanted to post this in the suggestions forum.
I wasn't sure where to place this...support, bug ( I think it's a bug) or suggestion...but thanks for moving it to wherever you thought best.
You can just add this to the Additional CSS:

fieldset {
  border: 1px solid #ffffff;
  }

fieldset legend {
  color: #ffffff;
  }
(changing colors accordingly)
Oh I already did that and I am aware. I just think that we should make it as easy as possible for mybb themers. Also newbs may not be aware of this issue. Well eventually I hope they add the CSS..maybe by 2.0