We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41911f commit 7ea48a1Copy full SHA for 7ea48a1
css.md
@@ -20,7 +20,7 @@ text-align:justify;text-justify:inter-ideogra
20
- [去掉Webkit(chrome)浏览器中input(文本框)或textarea的黄色焦点框](http://www.cnblogs.com/niao/archive/2012/09/07/2674511.html)
21
```css
22
input,button,select,textarea{ outline:none;}
23
-textarea{ font-size:13px; resize:none;}
+textarea{ resize:none;}
24
```
25
26
- [去掉chrome记住密码后自动填充表单的黄色背景](http://www.tuicool.com/articles/EZ777n )
@@ -371,4 +371,4 @@ window.addEventListener("onorientationchange" in window ? "orientationchange" :
371
n();
372
}());
373
374
-
+
0 commit comments