File tree Expand file tree Collapse file tree 2 files changed +48
-20
lines changed Expand file tree Collapse file tree 2 files changed +48
-20
lines changed Original file line number Diff line number Diff line change @@ -207,34 +207,50 @@ td, th {
207
207
}
208
208
209
209
#search {
210
+ text-align : right ;
211
+
210
212
label {
211
213
float : left ;
212
214
font-size : 1.25em ;
213
215
}
214
216
215
217
div {
216
218
overflow : hidden ;
219
+ /*
217
220
border-width: 0.1em;
218
221
border-style: solid;
219
222
border-radius: 0.5em;
220
223
padding: 0 0.5em;
221
224
background-color: #FFFFFF;
225
+ */
222
226
}
223
227
}
224
228
225
229
#query {
226
230
outline : none ;
227
- border : none ;
231
+
232
+ border-width : 0.1em ;
233
+ border-style : solid ;
234
+ border-radius : 0.5em ;
235
+ border-color : #8BC313 ;
236
+
228
237
margin : 0 ;
229
- padding : 0 ;
230
- width : 100 % ;
231
- background : none ;
238
+ padding : 0.25 em 0.5 em 0.25 em 0.5 em ;
239
+ width : 95 % ;
240
+ background-color : #FFFFFF ;
232
241
color : #777777 ;
242
+
243
+ -webkit-transition : all .2s ease-out ;
244
+ -moz-transition : all .2s ease-out ;
245
+ -ms-transition : all .2s ease-out ;
246
+ -o-transition : all .2s ease-out ;
247
+ transition : all .2s easeout;
233
248
}
234
249
235
250
#query :focus {
236
251
color : #000000 ;
237
252
text-align : left ;
253
+ width : 95% ;
238
254
}
239
255
240
256
#query ::input-placeholder {
Original file line number Diff line number Diff line change @@ -173,30 +173,42 @@ td, th {
173
173
width : 84% ;
174
174
margin-top : 10px ; }
175
175
176
- # search label {
177
- float : left;
178
- font-size : 1.25em ; }
176
+ # search {
177
+ text-align : right; }
178
+ # search label {
179
+ float : left;
180
+ font-size : 1.25em ; }
181
+ # search div {
182
+ overflow : hidden;
183
+ /*
184
+ border-width: 0.1em;
185
+ border-style: solid;
186
+ border-radius: 0.5em;
187
+ padding: 0 0.5em;
188
+ background-color: #FFFFFF;
189
+ */ }
179
190
180
- # search div {
181
- overflow : hidden ;
191
+ # query {
192
+ outline : none ;
182
193
border-width : 0.1em ;
183
194
border-style : solid;
184
195
border-radius : 0.5em ;
185
- padding : 0 0.5em ;
186
- background-color : # FFFFFF ; }
187
-
188
- # query {
189
- outline : none;
190
- border : none;
196
+ border-color : # 8BC313 ;
191
197
margin : 0 ;
192
- padding : 0 ;
193
- width : 100% ;
194
- background : none;
195
- color : # 777777 ; }
198
+ padding : 0.25em 0.5em 0.25em 0.5em ;
199
+ width : 95% ;
200
+ background-color : # FFFFFF ;
201
+ color : # 777777 ;
202
+ -webkit-transition : all .2s ease-out;
203
+ -moz-transition : all .2s ease-out;
204
+ -ms-transition : all .2s ease-out;
205
+ -o-transition : all .2s ease-out;
206
+ transition : all .2s easeout; }
196
207
197
208
# query : focus {
198
209
color : # 000000 ;
199
- text-align : left; }
210
+ text-align : left;
211
+ width : 95% ; }
200
212
201
213
# query ::input-placeholder {
202
214
text-align : right; }
You can’t perform that action at this time.
0 commit comments