@@ -156,7 +156,7 @@ button:active, [type=submit]:active {
156
156
Forms
157
157
------------------------------------------------------------*/
158
158
159
- input [type = text ], input [type = password ], input [type = email ], input [type = search ], input [type = number ], select , textarea , textarea [type = text ] {
159
+ input [type = text ], input [type = password ], input [type = email ], input [type = search ], input [type = number ], input [ type = file ] , input [ type = tel ] , select , textarea , textarea [type = text ] {
160
160
margin : 1rem 0 ;
161
161
width : 100% ;
162
162
max-width : 100% ;
@@ -166,16 +166,16 @@ input[type=text], input[type=password], input[type=email], input[type=search], i
166
166
transition : all .2s ease;
167
167
}
168
168
169
- input [type = text ]: hover , input [type = password ]: hover , input [type = email ]: hover , input [type = search ]: hover , input [type = number ]: hover , select : hover , textarea : hover , textarea [type = text ]: hover {
169
+ input [type = text ]: hover , input [type = password ]: hover , input [type = email ]: hover , input [type = search ]: hover , input [type = number ]: hover , input [ type = file ] , input [ type = tel ] , select : hover , textarea : hover , textarea [type = text ]: hover {
170
170
border : 1px solid # 111111 ;
171
171
}
172
172
173
- input [type = text ]: focus , input [type = password ]: focus , input [type = email ]: focus , input [type = search ]: focus , select : focus textarea : focus , textarea [type = text ]: focus {
173
+ input [type = text ]: focus , input [type = password ]: focus , input [type = email ]: focus , input [type = search ]: focus , input [ type = number ] , input [ type = file ] , input [ type = tel ] , select : focus textarea : focus , textarea [type = text ]: focus {
174
174
outline : none;
175
175
border : 1px solid # 104cfb ;
176
176
}
177
177
178
- input [type = text ], input [type = password ], input [type = email ], input [type = search ], input [type = number ], select {
178
+ input [type = text ], input [type = password ], input [type = email ], input [type = search ], input [type = number ], input [ type = file ] , input [ type = tel ] , select {
179
179
padding : 1.1rem ;
180
180
}
181
181
0 commit comments