Page 1 of 1

Rendering pages with aXes style 5250

Posted: 16 Dec 2024, 22:48
by gbramati
We have modified some tags using "application" rules level but we could not manage to change the field with focus because we can not intercept the focused element.
Can anyone give us a suggestion about the HTML Element to change ?
Here is an example of what we have done

Re: Rendering pages with aXes style 5250

Posted: 13 Jan 2025, 09:01
by tim mcentee
Hi

Try creating a second entry with :focus on the end

#terminalContent .ax-terminal-inputField:not(.mdc-text-field__input):focus

You can then manipulate the CSS. Border might be a bit difficult, it seems to default to black 1px solid.

Tim