feature: color-styled tables in tinymce editor

This commit is contained in:
slawkens
2023-12-12 17:58:17 +01:00
parent 2b86ba94fe
commit 687c9a6690
4 changed files with 22 additions and 1 deletions

View File

@@ -7,4 +7,9 @@
.sidebar-mini.sidebar-collapse .menu-text {
display: none;
}
}
.myaac-table tbody tr:nth-child(even) {background: #FFF} /* light border */
.myaac-table tbody tr:nth-child(odd) {background: #CCC} /* dark border */
.myaac-table thead td {background: #000000; color: #ffffff !important;} /* vdark border */
.myaac-table tfoot td {background: #000000; color: #ffffff !important;} /* vdark border */