Working version of DataGridColumnsManager.py where columns can be updated

This commit is contained in:
2026-01-25 21:40:32 +01:00
parent e31d9026ce
commit 05d4e5cd89
7 changed files with 702 additions and 34 deletions

View File

@@ -59,6 +59,16 @@
* Compatible with DaisyUI 5
*/
.mf-button {
border-radius: 0.375rem;
transition: background-color 0.15s ease;
}
.mf-button:hover {
background-color: var(--color-base-300);
}
.mf-tooltip-container {
background: var(--color-base-200);
padding: 5px 10px;