summaryrefslogtreecommitdiffstats
path: root/css/public
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-09 16:25:12 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-08-09 16:25:12 +0200
commita4f762d29e6e3ef070dd7e082529b66647450d0b (patch)
treed3602cc370625831ed2d8663a1d9177750c79530 /css/public
parenta1d6b1943cf69aa7a6c6de271c8765c545b975ac (diff)
Do not show search clear button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css/public')
-rw-r--r--css/public/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/public/style.css b/css/public/style.css
index e9246f66..5d44cbef 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -520,6 +520,10 @@ contactimport .ui-select-search-hidden {
display: none;
}
+contactimport input[type='search']::-webkit-search-cancel-button {
+ -webkit-appearance:none
+}
+
/* Contacts List */
#new-contact-button {
margin: 14px auto; /* to have the same height than a contact*/