Page 1 of 1

<stylesheet> problem

Posted: 05 Dec 2015, 18:14
by TheBigMiike
Hello everyone.

Yesterday I wanted to update my manialink so I tried to group styles properties in one place with the <stylesheet></stylesheet> tags but I had an ugly blue color like if my code was wrong.

Here's my code

Code: Select all

<stylesheet>
		<style class="bgMl" bgcolor="FFFF"/>
</stylesheet>
And the quad that should be affected by the "bgcolor" rule

Code: Select all

<quad id="bg_Ml" class="bgMl" posn="0 0 1" opacity="0.7" sizen="170 19"/>
When no color is specified between the stylesheet tags, there is no background but if I specify a color, I have an ugly blue color.

:cry:

Re: <stylesheet> problem

Posted: 05 Dec 2015, 20:17
by Electron
This bug is already fixed. But it looks like the fix is still not included in the latest release of the game.

Re: <stylesheet> problem

Posted: 05 Dec 2015, 23:10
by TheBigMiike
Thank you for your answer Electron :)
I hope the fix will be available soon.