File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 33 margin : 0.7em 0 0 ;
44 }
55
6+ .pure-form input : not ([type ]),
67 .pure-form input [type = "text" ],
78 .pure-form input [type = "password" ],
89 .pure-form input [type = "email" ],
2223 display : block;
2324 }
2425
26+ .pure-group input : not ([type ]),
2527 .pure-group input [type = "text" ],
2628 .pure-group input [type = "password" ],
2729 .pure-group input [type = "email" ],
Original file line number Diff line number Diff line change 1+ .pure-form input : not ([type ]),
12.pure-form input [type = "text" ],
23.pure-form input [type = "password" ],
34.pure-form input [type = "email" ],
3031 box-sizing : border-box;
3132}
3233
34+ .pure-form input : not ([type ]): focus ,
3335.pure-form input [type = "text" ]: focus ,
3436.pure-form input [type = "password" ]: focus ,
3537.pure-form input [type = "email" ]: focus ,
6264 margin : 0.5em 0 ;
6365 display : block;
6466}
67+ .pure-form input : not ([type ])[disabled ],
6568.pure-form input [type = "text" ][disabled ],
6669.pure-form input [type = "password" ][disabled ],
6770.pure-form input [type = "email" ][disabled ],
132135 border-bottom : 1px solid # e5e5e5 ;
133136}
134137
138+ .pure-form-stacked input : not ([type ]),
135139.pure-form-stacked input [type = "text" ],
136140.pure-form-stacked input [type = "password" ],
137141.pure-form-stacked input [type = "email" ],
You can’t perform that action at this time.
0 commit comments