aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/calendarBox/CalendarBox.scss
diff options
context:
space:
mode:
authoraaravkumar <aarav.kumar1510@gmail.com>2025-04-28 23:48:41 -0400
committeraaravkumar <aarav.kumar1510@gmail.com>2025-04-28 23:48:41 -0400
commitc53ab98d37e68653057f12ff02e00fbe131ae930 (patch)
treecdeebeebe96555d03c00f4543d4b6f87a4e702ea /src/client/views/nodes/calendarBox/CalendarBox.scss
parente59643a3346db0429dd2936ad8d7430401e658be (diff)
added task nodes calendar intergation, and ability to complete tasks directly via calendar view
Diffstat (limited to 'src/client/views/nodes/calendarBox/CalendarBox.scss')
-rw-r--r--src/client/views/nodes/calendarBox/CalendarBox.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/client/views/nodes/calendarBox/CalendarBox.scss b/src/client/views/nodes/calendarBox/CalendarBox.scss
index f8ac4b2d1..f5d3613e3 100644
--- a/src/client/views/nodes/calendarBox/CalendarBox.scss
+++ b/src/client/views/nodes/calendarBox/CalendarBox.scss
@@ -23,3 +23,22 @@
}
}
}
+
+// AARAV ADD
+
+/* Existing styles */
+.fc-event.mother {
+ font-weight: 500;
+ border-radius: 4px;
+ padding: 2px 4px;
+ border-width: 2px;
+ }
+
+ /* New styles for completed tasks */
+ .fc-event.completed-task {
+ opacity: 1;
+ filter: grayscale(70%) brightness(90%);
+ text-decoration: line-through;
+ color: #ffffff;
+ }
+ \ No newline at end of file