📜  safari css 代码示例中的颜色变化

📅  最后修改于: 2022-03-11 14:47:46.032000             🧑  作者: Mango

代码示例2
input[disabled], textarea[disabled],
select[disabled='disabled']{
   -webkit-text-fill-color: rgba(0, 0, 0, 1); 
   -webkit-opacity: 1; 
   color: rgba(0, 0, 0, 1); 
   background: white;
}