Page 1 of 1

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

Posted: Fri May 29, 2020 3:57 pm
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

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

Posted: Sun May 31, 2020 8:01 am
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

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

Posted: Tue Jun 02, 2020 12:40 pm
by vkrupa
Thank you for reply, Radu