noun

Url

601 of 732
Other / Wet

mist - A thin layer of fine water droplets suspended in the air, often making it hard to see clearly.

A soft mist covered the fields at dawn, giving the landscape a dreamy look.

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