forked from ZwiiCMS-Team/ZwiiCMS
Bug couleur du texte dans les en-têtes de tableau
This commit is contained in:
parent
848a2cf222
commit
f02379453c
@ -2606,6 +2606,7 @@ class core extends common {
|
||||
// TinyMCE
|
||||
$css .= 'body:not(.editorWysiwyg),span .zwiico-help {color:' . $this->getData(['admin','colorText']) . ';}';
|
||||
$css .= 'table thead tr, table thead tr .zwiico-help{ background-color:'.$this->getData(['admin','colorText']).'; color:'.$colors['text'].';}';
|
||||
$css .= 'table thead th { color: ' . $this->getData(['admin','colorText']) . '; filter: invert(100%);}';
|
||||
$colors = helper::colorVariants($this->getData(['admin','backgroundColorButton']));
|
||||
$css .= 'input[type="checkbox"]:checked + label::before,.speechBubble{background-color:' . $colors['normal'] . ';color:' . $colors['text'] . ';}';
|
||||
$css .= '.speechBubble::before {border-color:' . $colors['normal'] . ' transparent transparent transparent;}';
|
||||
|
Loading…
Reference in New Issue
Block a user