码迷,mamicode.com
首页 > 其他好文 > 详细

设置placeholder 颜色

时间:2017-04-08 22:54:09      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:class   log   explorer   ref   net   nbsp   put   pre   webkit   

 1 ::-webkit-input-placeholder { /* WebKit browsers */
 2       color: rgb(100, 193, 173);
 3     }
 4     :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 5       color: rgb(100, 193, 173);
 6     }
 7     ::-moz-placeholder { /* Mozilla Firefox 19+ */
 8       color: rgb(100, 193, 173);
 9     }
10     :-ms-input-placeholder { /* Internet Explorer 10+ */
11       color: rgb(100, 193, 173);
12     }

 

设置placeholder 颜色

标签:class   log   explorer   ref   net   nbsp   put   pre   webkit   

原文地址:http://www.cnblogs.com/xiaomili/p/6683077.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!