diff options
| author | Skitty1238 <157652284+Skitty1238@users.noreply.github.com> | 2025-06-09 12:12:01 -0400 |
|---|---|---|
| committer | Skitty1238 <157652284+Skitty1238@users.noreply.github.com> | 2025-06-09 12:12:01 -0400 |
| commit | 8e0473f2c7846f68a49d656745542e833cc5eb3e (patch) | |
| tree | 50d988ebf5f30d6cbc884b36dbe837a79fb5f9fe /src/client/views/nodes/TaskBox.scss | |
| parent | 546d21bb06a13ef69077f93e5ae7fd251ae3e92b (diff) | |
delete button style changes
Diffstat (limited to 'src/client/views/nodes/TaskBox.scss')
| -rw-r--r-- | src/client/views/nodes/TaskBox.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/client/views/nodes/TaskBox.scss b/src/client/views/nodes/TaskBox.scss index e129e75d1..beee58697 100644 --- a/src/client/views/nodes/TaskBox.scss +++ b/src/client/views/nodes/TaskBox.scss @@ -115,3 +115,18 @@ input[type='datetime-local'] { flex-direction: column; min-width: 0; } + +.task-manager-button-row { + display: flex; + flex-direction: row; + gap: 8px; +} + +.task-manager-delete { + @extend .task-manager-google; + background-color: #182430; + + &:hover { + background-color: #000000; + } +} |
