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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-23 12:09:28 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-23 12:09:28 +0300
commitc598b49b8c2a8ec986924f4a59af95e8def59ec4 (patch)
tree36ec97e54a03835c715b3ee96b59d2c30c83afbd /css
parent040085fb03f4fe786ee9fef96e0ea2264eb340b4 (diff)
parentccdb94e3280cb585e91ba039132291977a560da5 (diff)
Merge remote-tracking branch 'origin/master' into refactor/vue-backport-II
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/mail.scss b/css/mail.scss
index c7e53416e..c609e19a3 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -234,6 +234,8 @@
/* autocomplete list */
.ui-autocomplete .ui-menu-item a.mail-recipient-autocomplete {
+ margin: 0px;
+ font-weight: normal !important;
display: flex;
align-content: center;
align-items: center;
@@ -247,6 +249,7 @@
border-radius: 0 !important;
border-left: none;
border-right: none;
+ z-index: 1000;
}
.icon-starred[data-starred="false"]:hover {