Update table.css

This commit is contained in:
2025-08-13 00:57:02 +08:00
committed by GitHub
parent 7daf2dfb4a
commit bbd421e963

View File

@@ -38,6 +38,8 @@
--am2-controls-gap: 5px; --am2-controls-gap: 5px;
--am2-controls-margin-bottom: 10px; --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; 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;
}