Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 350356c5 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

removed contact css and move it to contacts app

parent 7da74108
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    <name>/e/ Cloud Theme Helper</name>
    <summary>/e/ Theme Helper App</summary>
    <description><![CDATA[Theme Helper App]]></description>
    <version>9.0.2</version>
    <version>10.0.0</version>
    <licence>MURENA SAS</licence>
	  <author mail="dev@murena.com" >MURENA SAS</author>
    <namespace>EcloudThemeHelper</namespace>
+0 −3
Original line number Diff line number Diff line
@@ -42,9 +42,6 @@ class BeforeTemplateRenderedListener implements IEventListener {
		if (strpos($pathInfo, '/apps/cookbook') !== false) {
			$this->util->addStyle($this->appName, 'cookbook');
		}
		if (strpos($pathInfo, '/apps/contacts') !== false) {
			$this->util->addStyle($this->appName, 'contacts');
		}
		if (strpos($pathInfo, '/apps/news') !== false) {
			$this->util->addStyle($this->appName, 'news');
		}

scss/contacts.scss

deleted100644 → 0
+0 −112
Original line number Diff line number Diff line
.app-contacts {
	select,
	textarea,
	input[type='text'],
	input:not([type='radio']):not([type='checkbox']):not([type='range']):not([type='submit']):not([type='button']):not([type='reset']):not([type='color']):not([type='file']):not([type='image']):not(.multiselect__input),
	#content-vue.app-tasks .task-body__checkbox label.reactive.no-nav::before,
	#content.app-files #commentsTabView .newCommentForm .message,
	.multiselect .multiselect__content-wrapper .multiselect__content li > span.multiselect__option,
	div.select2-container-multi .select2-choices,
	div.select2-container-multi.select2-container-active .select2-choices {
		background-color: var(--color-main-background);
	}
	#content-vue.app-contacts .property.property--without-actions.property--last.property-masonry:not(.property--addressbooks):not(.property--groups) .multiselect .multiselect__tags .multiselect__input,
	#content-vue.app-contacts .multiselect .multiselect__tags input.multiselect__input,
	#content-vue.app-contacts .multiselect > .multiselect__tags > span.multiselect__single {
		background-color: var(--color-main-background) !important;
	}
	.multiselect .multiselect__tags {
		border: 1px solid var(--color-border-dark) !important;
		border-radius: var(--border-radius) !important;
	}
	.property__row .property__label:not(.multiselect) {
		padding-right: 10px;
	}
	input:not([type=range], .input-field__input, [type=submit], [type=button], [type=reset], .multiselect__input, .select2-input, .action-input__input, [class^=vs__]) {
		border: 1px solid var(--color-border-dark);
		border-radius: var(--border-radius);
	}
	.contacts-settings .button-vue.contacts-settings-button{
		background-color: var(--color-primary-element);
		color:var(--color-primary-text);
	}
	.contacts-settings .button-vue.contacts-settings-button:hover{
		background-color: var(--color-primary-element);
		color:var(--color-primary-text);
		opacity: 0.8;
	}
	.property__label.multiselect .multiselect__tags{
		padding:8px 0px 8px 8px !important;
	}
	#app-navigation-vue {
		.app-navigation-entry.active {
		  	background-color: var(--color-primary-light) !important;
		  	.app-navigation-entry__utils {
				.app-navigation-entry__actions {
					.button-vue--vue-primary {
						background-color: var(--color-primary-light) !important;
					}
				}
			}
		}
	  
		.app-navigation-entry {
		  .app-navigation-entry-link {
			color: var(--color-main-text) !important;
		  }
	  
		  .counter-bubble__counter {
			border-radius: var(--border-radius-pill);
			background-color: var(--color-primary-element-light);
			font-weight: bold;
			color: var(--color-primary-element);
		  }
		}
	}
	  
	.app-content-wrapper {
		.contacts-list {
		  .list-item__wrapper--active {
			.list-item {
			  background-color: var(--color-primary-light);
	  
			  .list-item-content__name {
				color: var(--color-main-text) !important;
			  }
	  
			  .list-item-content__subname {
				color: var(--color-main-text) !important;
			  }
			}
		  }
		}
	  
		.contact-details-wrapper {
		  .vs--searchable {
			.vs__dropdown-toggle {
			  border: 1px solid var(--color-border-dark);
			  border-radius: var(--border-radius);
			}
		  }
		  .v-select.select .vs__selected {
			background: var(--vs-selected-bg);
			border: 1px var(--vs-selected-border-style) var(--vs-selected-border-color);
		  }
		  .quick-actions{
			display: none;
		  }
		}
	}	  
}
.vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--deselect {
	background: var(--vs-dropdown-option--active-bg);
    color: var(--vs-dropdown-option--active-color);
}

#app-settings-dialog .app-settings__navigation {
	display: none;
}

.modal-container button.button-vue.import-contact__button{
	min-width: fit-content;
}
 No newline at end of file