2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-04 14:10:52 +00:00

[UI] Tweak today color (#12235)

- Make "today" more obvious in calendar views
This commit is contained in:
Oliver
2026-06-24 12:49:19 +10:00
committed by GitHub
parent 6a2094e2a0
commit 184ec37975
+8
View File
@@ -11,6 +11,14 @@
background-color: var(--mantine-color-dark-4);
}
/* Today highlight */
[data-mantine-color-scheme='light'] .fc-day-today {
background-color: var(--mantine-color-blue-1) !important;
}
[data-mantine-color-scheme='dark'] .fc-day-today {
background-color: var(--mantine-color-blue-9) !important;
}
/* mantine-datatable overrides */
.mantine-datatable-pointer-cursor,
.mantine-datatable-context-menu-cursor {