Can I style the resize grabber of textarea?

后端 未结 5 714
北恋
北恋 2020-11-27 18:46

My designer just gave me the design with text areas with styled resize grabber. The question is: Can I style it or not ?

5条回答
  •  执念已碎
    2020-11-27 19:36

    Why not just show a background image? http://jsfiddle.net/1n0d529p/

    textarea {
      background: url(https://image.flaticon.com/icons/svg/133/133889.svg)no-repeat rgba(71, 108, 193, 0.52) 99.9% 100%;
      background-size: 12px;
    }
    

提交回复
热议问题