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

 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<span class="mw-ui-button {{{color}}}" style="background-image:linear-gradient(red,red); 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