Add to your CSS this code: input[type=text]:focus:not([readonly]) + label { color: green; } input[type=text]:focus:not([readonly]) { border-bottom: 1px ...
確定! 回上一頁