Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/TaskCreateDialog.vue')
-rw-r--r--src/components/TaskCreateDialog.vue23
1 files changed, 10 insertions, 13 deletions
diff --git a/src/components/TaskCreateDialog.vue b/src/components/TaskCreateDialog.vue
index e56c1409..f5a5ad36 100644
--- a/src/components/TaskCreateDialog.vue
+++ b/src/components/TaskCreateDialog.vue
@@ -219,9 +219,8 @@ export default {
.empty-content {
margin: 10vh 0;
- ::v-deep p {
+ :deep(.empty-content__action) {
display: flex;
- justify-content: flex-end;
}
}
}
@@ -230,9 +229,8 @@ export default {
border-bottom: none;
margin-bottom: 3px;
- :deep(.multiselect) {
- border: 1px solid var(--color-border-dark);
- border-radius: var(--border-radius);
+ :deep(.multiselect .multiselect__tags) {
+ border: 2px solid var(--color-border-dark);
}
}
@@ -241,15 +239,14 @@ export default {
.material-design-icon {
position: absolute;
- top: 12px;
- left: 12px;
+ top: 14px;
+ left: 14px;
}
input,
textarea {
width: 100%;
- font-size: var(--default-font-size);
- padding-left: 44px;
+ padding-left: 44px !important;
}
input {
@@ -264,10 +261,10 @@ export default {
}
}
- .modal-buttons {
- display: flex;
- justify-content: flex-end;
- }
+.modal-buttons {
+ display: flex;
+ justify-content: flex-end;
+}
:deep(.calendar-picker-option__label),
:deep(.property__item .multiselect__tags) input.multiselect__input {