adjective

361 of 732
Other / Sound

muted - Less loud or strong compared to what is usual.

Esther could have screamed at her 3 year old throwing a tantrum, but she felt she would be more successful trying a more muted response.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }