class='Vibrant Success' in a different colour to green!
HI,
I'm using the 'Vibrant Success' button in my text formula fields (as per the Magic Buttons Sample App), and absolutely love them.
However, I'd really like to use a different colour in some instances for contrast.
For example, the dark blue with white text 'submit a question' button on this forum would go down a treat!
Can this be done without resorting to image onload techniques?
David
----
Example of the kind of formula text field I'm talking about from the 'Magic Buttons' app.
If([Checkbox] = false,
"<a class='Vibrant Success' href='" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#] & "&apptoken=d9eascudwjxs2sesxkjccwgtq9r&_fid_101=1&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#]) & "'>4B. Check a checkbox then display record</a>",
"<a class='Vibrant Success' href='" & Dbid() & "?a=API_EditRecord&rid=" & [Record ID#] & "&apptoken=d9eascudwjxs2sesxkjccwgtq9r&_fid_101=0&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#]) & "'>4B. Uncheck a checkbox then display record</a>"
)
PS Anyone not sure what I'm talking about here - search in the App Exchange for 'Magic Buttons'