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

@@ -11,6 +11,11 @@ img {
border: none;
}
.myaac-table tbody tr:nth-child(even) {background: #F1E0C6} /* light border */
.myaac-table tbody tr:nth-child(odd) {background: #D4C0A1} /* dark border */
.myaac-table thead td {background: #505050; color: #ffffff !important;} /* vdark border */
.myaac-table tfoot td {background: #505050; color: #ffffff !important;} /* vdark border */
#ArtworkHelper {
text-align: center;
background-position: top center;