PDA

View Full Version : Change color of tables in formatted text fields?



celestian
April 22nd, 2020, 06:42
I'm guessing the answer is no but... is it possible to change the color of a table in a formatted text field?

I don't mean the text in the table but the cells/lines that outline it.

You can see that on this darker story theme it's almost invisible. You can only see it here because I placed the story over the white of the chat window and the story entry is semi-transparent.

https://i.imgur.com/OKELFpR.png

celestian
April 22nd, 2020, 19:54
As a follow up to this I noticed something.

Standard story entry:
https://i.imgur.com/ccp9Df7.png

Dark theme story entry:
https://i.imgur.com/jm50Vvd.png

What setting is telling it to use WHITE for the chat outline there but not for the tables?

Here is the xml for the formatted text entry.



<ft_record name="text" mergerule="replace" >
<font normal="reference-r-light" bold="reference-b-light" italic="reference-i-light" bolditalic="reference-bi-light" title="reference-b-large-light" />
<linkicon link="button_link_light" emptylink="button_link_empty" />
<selectioncolor>#707B7C</selectioncolor>

<anchored to="contentframe" position="over" />
<footer>footer_wide</footer>
<empty textres="ft_empty" hidereadonly="true" />
</ft_record>



Is the same option that set chat border to white not working for table outline?