Text color subfile header

Use this Forum to post your “How to …” questions about your use of aXes. This is not a technical support forum. Both the aXes Support Team at LANSA and other aXes customers may answer your questions. LANSA cannot guarantee the accuracy of any information posted by customers.

Moderator: jeanmichel

Post Reply
Fre_Vdh
Posts: 30
Joined: 20 Oct 2022, 17:49

Text color subfile header

Post by Fre_Vdh »

Hello,

I’ve been trying to get the color of the text in the subfile header to be white.
But, when using this subfile enhancer, it’s kind of an overlay on the printed text. So the text is not in the header.
It’s actually the ‘ax_x21o’ setting that is used. So if I would want to change this x21o to be white, it would be white on every screen and not just when it’s the header of a subfile…

Does anyone have an idea how this could be fixed?

Greetings,
Frederik
jaimosky
Posts: 40
Joined: 30 May 2017, 16:48

Re: Text color subfile header

Post by jaimosky »

Hi,

I think you can change it in the theme.css file:

Code: Select all

#terminalInner.axdefault .x21, #terminalInner.axdefault .x21 .ax-terminal-inputField {
    color: #000000;
    background-color: #FFFFFF;
}
Jaime
Post Reply