@@ -451,6 +342,7 @@ const getActivePersonRows = computed(() => {
v-model="createFamilyForm.familyName"
type="text"
:icon="mdiAccountMultiple"
+ :borderless="true"
placeholder="Shalom House"
/>
@@ -460,37 +352,29 @@ const getActivePersonRows = computed(() => {
v-model="createFamilyForm.address.buildingName"
/>
-->
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -498,9 +382,10 @@ const getActivePersonRows = computed(() => {
ref="addressFormComponent"
@address-form-change="changeInAddressFormData"
/>
+
@@ -619,4 +504,12 @@ const getActivePersonRows = computed(() => {
.baseButtonStyle {
width: 100%;
}
+
+.multipleSelectAddressBox :deep(.multiselect-theme) {
+ --ms-bg: #1e293b;
+ --ms-dropdown-bg: #1e293b;
+ --ms-dropdown-border-color: #1e293b;
+
+ --ms-py: 0.757rem;
+}
diff --git a/Tithe-Vue/src/views/KoottaymaView.vue b/Tithe-Vue/src/views/KoottaymaView.vue
index 8bb89aa..5962586 100644
--- a/Tithe-Vue/src/views/KoottaymaView.vue
+++ b/Tithe-Vue/src/views/KoottaymaView.vue
@@ -20,7 +20,6 @@ import {
import ForaneSingleSelectBox from "@/components/SearchBoxes/ForaneSingleSelectBox.vue";
import ParishByForaneSingleSelectBox from "@/components/SearchBoxes/ParishByForaneSingleSelectBox.vue";
import KoottaymaByParishSingleSelectBox from "@/components/SearchBoxes/KoottaymaByParishSingleSelectBox.vue";
-import SearchBox from "@/components/SearchBox.vue";
import LayoutAuthenticated from "@/layouts/LayoutAuthenticated.vue";
import SectionMain from "@/components/SectionMain.vue";
import FormField from "@/components/FormField.vue";
@@ -38,9 +37,6 @@ import RemoveEntityDisclosure from "@/components/RemoveEntityDisclosure.vue";
import TableTabs from "@/components/TableTabs.vue";
import {
- koottaymaAllForaneListQuery,
- koottaymaAllParishListQuery,
- koottaymaAllKoottaymaListQuery,
koottaymaPageActiveEnityCountQuery,
koottaymaPageActiveFamilyTableQuery,
koottaymaPageActivePersonTableQuery,
@@ -336,6 +332,7 @@ const getActivePersonRows = computed(() => {
v-model="createKoottaymaForm.koottaymaName"
type="text"
:icon="mdiHandsPray"
+ :borderless="true"
placeholder="St. George Koottayma"
/>
@@ -355,7 +352,7 @@ const getActivePersonRows = computed(() => {
diff --git a/Tithe-Vue/src/views/PersonView.vue b/Tithe-Vue/src/views/PersonView.vue
index 629e5a6..35749ad 100644
--- a/Tithe-Vue/src/views/PersonView.vue
+++ b/Tithe-Vue/src/views/PersonView.vue
@@ -569,7 +569,7 @@ onMounted(() => {