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

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<span class="mw-ui-button {{{color}}}" style="background-image:linear-gradient(rgba(255,0,0,0.8),rgb(0,255,0,0.8)); 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