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-15 11:07:53 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-10-15 11:07:53 +0300
commite69693ecdbed8a66d325a6a8009c8905da7473cb (patch)
treed782258d51979e8ddddfb9ffb044e535d1769af8 /css
parent0c610785b7545a3f56481e682ec56a2e4ef61b72 (diff)
Fix autocomplete in message composer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 62a0982cb..4ca1ecd97 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -245,6 +245,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;
@@ -258,6 +260,7 @@
border-radius: 0 !important;
border-left: none;
border-right: none;
+ z-index: 1000;
}
/* editor */