aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/TaskBox.scss
diff options
context:
space:
mode:
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