PowerBuilder 2021 Build 1288.
What is the Hex code to set the background-color of a statichyperlink to be transparent in the theme.json file?
"statichyperlink":
{
"drawing":true,
"border":0,
"background-transparent":true,
"normal-state":
{
"background-color":"#FFFFFF",
"text-font":{"color":"#0000FF"}
},
"disabled-state":
{
"background-color":"#FFFFFF",
"text-font":{"color":"#A0BEE6"}
}
}
Thanks in advance.