aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/TaskBox.scss
diff options
context:
space:
mode:
authorSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-04 13:59:34 -0400
committerSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-04 13:59:34 -0400
commit645df1d00f953524c6da22103d26c38ae4331cd6 (patch)
tree85fc3d4d3f0df579b5c53387d579e46b24e5c543 /src/client/views/nodes/TaskBox.scss
parent5a998955235d141d2488c1c2deef50a3d6cf65c7 (diff)
partial google calendar task integration + fix with dark mode colors for task nodes so that text is still visible
Diffstat (limited to 'src/client/views/nodes/TaskBox.scss')
-rw-r--r--src/client/views/nodes/TaskBox.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/client/views/nodes/TaskBox.scss b/src/client/views/nodes/TaskBox.scss
index 0fcc2f955..6ef0c6454 100644
--- a/src/client/views/nodes/TaskBox.scss
+++ b/src/client/views/nodes/TaskBox.scss
@@ -6,6 +6,15 @@
width: 100%;
height: 100%;
box-sizing: border-box;
+
+ input,
+ textarea,
+ select,
+ button {
+ background-color: #fff !important;
+ color: #000 !important;
+ border-color: #ccc !important;
+ }
}
.task-manager-title {
@@ -69,4 +78,4 @@ input[type="datetime-local"] {
border: 1px solid #ccc;
border-radius: 6px;
box-sizing: border-box;
-}
+} \ No newline at end of file