MyBB Community Forums

Full Version: Beta 2 CSS changes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just want to point out that there are CSS changes in Beta 2 global, and maybe other CSS sheets that I didn't check. So if you import a theme made in Beta 1 you could miss out on these. They are mostly button background position statements and tborder statements. But also I noticed a "qrestore" I've never seen before.

I have a comparison report saved to HTML which I could post, but I didn't know if it's uncool to attach HTML files to messages.
There's no problem with attaching HTML files.Wink

"qrestore" is the icon on the Restore postbit button if you're wondering.
(2014-07-02, 12:11 AM)Starpaul20 Wrote: [ -> ]There's no problem with attaching HTML files.Wink

"qrestore" is the icon on the Restore postbit button if you're wondering.

And I would guess that without the statement the button would not show.

.postbit_buttons a.postbit_qrestore span {
	background-position: 0 -200px;
}

Anyway, attached it the HTML