标签:
选中文本时的字体颜色
::selection { color: white; background: #0aa284;}
去掉chrome记住密码后自动填充表单的黄色背景
input:-webkit-autofill {-webkit-box-shadow:0 0 0px 1000px white inset; border : 1px solid #CCC !important ;}
chrome字体缩小
.chrome_adjust { font-size: 9px; -webkit-transform: scale(0.75); }
手机上取消高亮边框
{ -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
一行省略号
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
标签:
原文地址:http://www.cnblogs.com/iloveyou-sky/p/4773376.html