diff --git a/assets/table.css b/assets/table.css index a18b433..41ee10f 100644 --- a/assets/table.css +++ b/assets/table.css @@ -38,6 +38,8 @@ --am2-controls-gap: 5px; --am2-controls-margin-bottom: 10px; + + --am2-cell-highlight-bg: rgba(144, 238, 144, 0.3); } @@ -548,3 +550,8 @@ input:checked + .slider:before { padding: 10px 2px; } } + +#amily2_memorisation_forms_panel .cell-highlight { + background-color: var(--am2-cell-highlight-bg, rgba(144, 238, 144, 0.3)) !important; + transition: background-color 0.3s ease-in-out; +}