adjective

13 of 60
Bad / Old

dowdy - (of a person or their clothes) unfashionable and without style in appearance (typically used of a woman)

When Helen reached the age of 100, she didn't care that people thought that she dressed in a dowdy manner, she contented herself thinking about the wonderful family she had raised.

// 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(); }); }