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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-01-09 17:34:30 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-01-09 17:34:30 +0300
commit9c1493fb2114b7e088cb68854bb2321dce330bee (patch)
tree7be57b920ccbd681f9e103b1ed34436156c9ec54 /css
parent722e00f9b1e4e6eb46a460be8bccd38ce8ba9cfd (diff)
Remove blue border in recipient autocomplete
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/mail.scss b/css/mail.scss
index 9138ed922..ab8e10f39 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -319,6 +319,7 @@
display: flex;
align-content: center;
align-items: center;
+ border: none;
}
.ui-autocomplete .ui-menu-item a.mail-recipient-autocomplete span {
margin-left: 10px;