mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-04 06:00:38 +00:00
[UI] Tweak today color (#12235)
- Make "today" more obvious in calendar views
This commit is contained in:
@@ -11,6 +11,14 @@
|
|||||||
background-color: var(--mantine-color-dark-4);
|
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 overrides */
|
||||||
.mantine-datatable-pointer-cursor,
|
.mantine-datatable-pointer-cursor,
|
||||||
.mantine-datatable-context-menu-cursor {
|
.mantine-datatable-context-menu-cursor {
|
||||||
|
|||||||
Reference in New Issue
Block a user