Hi,
do someone know which skin property set the background color of selected (focused) text input and combo box?
The only way I managed to change the background color of selected text input is over the skin.css file under caf_shared/ui/css (see skin.css file snippet below). But this is no solution for me as this way of changing the color is not working for multi-tenant portals with different colors requirements.
/* custom focus */
input:focus[type=“text”],
input:focus[type=“password”],
textarea:focus,
select:focus,
input.waistate-domactive,
textarea.waistate-domactive,
select.waistate-domactive {
background-color: #fffff;
}
PS: I’m using MWS 7.1.3 with latest patch installed
Thx,
Frederic
#webMethods-BPMS#webMethods#MWS-CAF-Task-Engine