@@ -35,7 +35,7 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
3535# Clearings
3636# Widgets
3737# Content
38- ## Posts and pages
38+ ## Posts and pages
3939 ## Asides
4040 ## Comments
4141# Infinite scroll
@@ -461,17 +461,41 @@ input[type="email"],
461461input [type = "url" ],
462462input [type = "password" ],
463463input [type = "search" ],
464+ input [type = "number" ],
465+ input [type = "tel" ],
466+ input [type = "range" ],
467+ input [type = "date" ],
468+ input [type = "month" ],
469+ input [type = "week" ],
470+ input [type = "time" ],
471+ input [type = "datetime" ],
472+ input [type = "datetime-local" ],
473+ input [type = "color" ],
464474textarea {
465475 color : # 666 ;
466476 border : 1px solid # ccc ;
467477 border-radius : 3px ;
468478}
469479
480+ select {
481+ border : 1px solid # ccc ;
482+ }
483+
470484input [type = "text" ]: focus ,
471485input [type = "email" ]: focus ,
472486input [type = "url" ]: focus ,
473487input [type = "password" ]: focus ,
474488input [type = "search" ]: focus ,
489+ input [type = "number" ]: focus ,
490+ input [type = "tel" ]: focus ,
491+ input [type = "range" ]: focus ,
492+ input [type = "date" ]: focus ,
493+ input [type = "month" ]: focus ,
494+ input [type = "week" ]: focus ,
495+ input [type = "time" ]: focus ,
496+ input [type = "datetime" ]: focus ,
497+ input [type = "datetime-local" ]: focus ,
498+ input [type = "color" ]: focus ,
475499textarea : focus {
476500 color : # 111 ;
477501}
@@ -480,7 +504,17 @@ input[type="text"],
480504input [type = "email" ],
481505input [type = "url" ],
482506input [type = "password" ],
483- input [type = "search" ] {
507+ input [type = "search" ],
508+ input [type = "number" ],
509+ input [type = "tel" ],
510+ input [type = "range" ],
511+ input [type = "date" ],
512+ input [type = "month" ],
513+ input [type = "week" ],
514+ input [type = "time" ],
515+ input [type = "datetime" ],
516+ input [type = "datetime-local" ],
517+ input [type = "color" ] {
484518 padding : 3px ;
485519}
486520
0 commit comments