Page 1 of 1

Text color subfile header

Posted: 25 Jan 2023, 18:18
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

Re: Text color subfile header

Posted: 26 Jan 2023, 20:18
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