STUDY/CSS

ios input:disabled value color 바꾸기

수밤바 2022. 8. 16. 10:46
728x90

 

ios에서 input disabled 일때 value 글씨가 다른데보다 안보이는 현상

placeholde는 정상적으로 보여지지만 value는 좀 흐리게 보인다.

 

input:disabled {
	-webkit-text-fill-color: #888;
	-webkit-opacity: 1;
}