diff --git a/aprsd/web/chat/static/css/chat.css b/aprsd/web/chat/static/css/chat.css index d32cc65..270d682 100644 --- a/aprsd/web/chat/static/css/chat.css +++ b/aprsd/web/chat/static/css/chat.css @@ -1,3 +1,7 @@ +input[type=search]::-webkit-search-cancel-button { + -webkit-appearance: searchfield-cancel-button; +} + .speech-wrapper { padding: 5px 30px; border: 1px solid #ccc; diff --git a/aprsd/web/chat/templates/index.html b/aprsd/web/chat/templates/index.html index c255d42..b56f647 100644 --- a/aprsd/web/chat/templates/index.html +++ b/aprsd/web/chat/templates/index.html @@ -68,10 +68,10 @@
-
+
- +