Difference between revisions of "User:Creativehedgehog/Templates/CustomColorButton"

 
Line 1: Line 1:
<span class="mw-ui-button {{{color}}}" style="background-image:linear-gradient(rgba(255,0,0,0.5),rgb(0,255,0,0.5)); color:{{{color|white}}};">{{{text|Button text}}}</span>
+
<span class="mw-ui-button {{{color}}}" style="background-image:linear-gradient({{{color1|rgba(255,0,0,0.5)}}},{{{color2|rgba(0,255,0,0.5)}}}); color:{{{color|white}}};">{{{text|Button text}}}</span>

Latest revision as of 18:50, 20 August 2020

Button text