Jump to content

Module:Clickable button: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 77: Line 77:
else if colour == 'green' then
else if colour == 'green' then
class = 'mw-ui-button'
class = 'mw-ui-button'
data.backgroundColor = 'green' -- patched 10/20/23
-- patched 10/20/23
data.backgroundColor = 'green'
data.borderColor = 'green'
data.color = 'white'
end
end
end
end