Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
input:not(:focus) { color: grey; }
input {color: gray;} input:hover {color: red;} input:focus {color: blue;} input:active {color: green;}