summaryrefslogtreecommitdiffstats
path: root/css/settings/settings-addressbook-shares.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/settings/settings-addressbook-shares.scss')
-rw-r--r--css/settings/settings-addressbook-shares.scss56
1 files changed, 56 insertions, 0 deletions
diff --git a/css/settings/settings-addressbook-shares.scss b/css/settings/settings-addressbook-shares.scss
new file mode 100644
index 00000000..c8ea519e
--- /dev/null
+++ b/css/settings/settings-addressbook-shares.scss
@@ -0,0 +1,56 @@
+.addressbook-shares {
+ width: 100%;
+ .dropdown-menu {
+ border: 1px solid #d1d1d1;
+ border-radius: 0 0 3px 3px;
+ max-height: 200px;
+ margin-top: -2px;
+ overflow-y: auto;
+ display: flex;
+ flex-wrap: wrap;
+ background-color: #fff;
+ position: relative;
+ width: 100%;
+ z-index: 500;
+ top: -2px;
+ left: 0px;
+ li {
+ width: 100%;
+ padding: 8px 9px 9px;
+ cursor: pointer;
+ }
+ li.active {
+ background: #f0f0f0;
+ }
+ }
+ &__input {
+ width: 100% !important;
+ margin-right: 0;
+ padding-right: 30px;
+ text-overflow: ellipsis;
+ }
+ &__list {
+ margin-top: 8px;
+ margin-bottom: 12px;
+ display: flex;
+ flex-direction: column;
+ }
+
+ .multiselect-vue {
+ width: inherit;
+
+ .multiselect__tags:focus-within,
+ .multiselect__tags:hover {
+ border-color: var(--color-primary-element);
+ }
+
+ .multiselect__content-wrapper {
+ background: #f0f0f0;
+ width: inherit;
+ }
+
+ &__shareematch--bold {
+ font-weight: bold;
+ }
+ }
+} \ No newline at end of file