Can I get rid of internal borders in simpletables in Author custom CSS template

Oxygen general issues.
vkrupa
Posts: 4
Joined: Fri May 29, 2020 3:44 pm

Can I get rid of internal borders in simpletables in Author custom CSS template

Post by vkrupa »

Hello, I'm trying to remove inside borders in simpletables and choicetables in custom CSS template. But

Code: Select all

*[class ~= "topic/simpletable"] {
    border: none !important;
}

*[class ~= "topic/stentry"] {
    border: none !important;
}
doesn't seems to work for me, is there any way to override thouse borders? Image

Thank you in advance,
Vasyl
You do not have the required permissions to view the files attached to this post.
Radu
Posts: 9434
Joined: Fri Jul 09, 2004 5:18 pm

Re: Can I get rid of internal borders in simpletables in Author custom CSS template

Post by Radu »

Hi Vasyl,

Sorry for the inconvenience, right now it's not possible to take control from the CSS over the borders between the individual cells, we do have an internal issues registered for this and hopefully we'll be able to address it in the next Oxygen release (tihs Autumn). We'll update this forum thread when the issue is fixed.

Regards,
Radi
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
vkrupa
Posts: 4
Joined: Fri May 29, 2020 3:44 pm

Re: Can I get rid of internal borders in simpletables in Author custom CSS template

Post by vkrupa »

Thank you for reply, Radu
Post Reply