Hello,
I want to have an own table style. For that i´ve created this in the template-custom.less
.table-background {
background-color: rgba(54, 197, 151, 1);
width: 400px;
}
If i use the <table class="table-background"> i see no changes. Where is the mistake?
Thank you.