Index: trunk/extensions/MobileFrontend/stylesheets/wii.css |
— | — | @@ -260,7 +260,12 @@ |
261 | 261 | button.section_heading.hide { |
262 | 262 | display: none; } |
263 | 263 | |
| 264 | +#search:focus { |
| 265 | + outline: none; |
| 266 | +} |
| 267 | + |
264 | 268 | #search { |
| 269 | + -webkit-appearance: none; |
265 | 270 | border-top-width: 0px; |
266 | 271 | border-right-width: 0px; |
267 | 272 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/simple.css |
— | — | @@ -300,7 +300,12 @@ |
301 | 301 | float: right; |
302 | 302 | margin-right: 5px; } |
303 | 303 | |
| 304 | +#search:focus { |
| 305 | + outline: none; |
| 306 | +} |
| 307 | + |
304 | 308 | #search { |
| 309 | + -webkit-appearance: none; |
305 | 310 | border-top-width: 0px; |
306 | 311 | border-right-width: 0px; |
307 | 312 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css |
— | — | @@ -288,7 +288,12 @@ |
289 | 289 | body { |
290 | 290 | font-size: 14px; } |
291 | 291 | |
| 292 | +#search:focus { |
| 293 | + outline: none; |
| 294 | +} |
| 295 | + |
292 | 296 | #search { |
| 297 | + -webkit-appearance: none; |
293 | 298 | border-top-width: 0px; |
294 | 299 | border-right-width: 0px; |
295 | 300 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css |
— | — | @@ -277,7 +277,12 @@ |
278 | 278 | background: white; |
279 | 279 | padding: 0 5px 5px 5px; } |
280 | 280 | |
| 281 | +#search:focus { |
| 282 | + outline: none; |
| 283 | +} |
| 284 | + |
281 | 285 | #search { |
| 286 | + -webkit-appearance: none; |
282 | 287 | border-top-width: 0px; |
283 | 288 | border-right-width: 0px; |
284 | 289 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/firefox.css |
— | — | @@ -277,7 +277,12 @@ |
278 | 278 | #nav { |
279 | 279 | margin-top: 8px; } |
280 | 280 | |
| 281 | +#search:focus { |
| 282 | + outline: none; |
| 283 | +} |
| 284 | + |
281 | 285 | #search { |
| 286 | + -webkit-appearance: none; |
282 | 287 | border-top-width: 0px; |
283 | 288 | border-right-width: 0px; |
284 | 289 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/psp.css |
— | — | @@ -330,7 +330,12 @@ |
331 | 331 | span.idx { |
332 | 332 | display: none; } |
333 | 333 | |
| 334 | +#search:focus { |
| 335 | + outline: none; |
| 336 | +} |
| 337 | + |
334 | 338 | #search { |
| 339 | + -webkit-appearance: none; |
335 | 340 | border-top-width: 0px; |
336 | 341 | border-right-width: 0px; |
337 | 342 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css |
— | — | @@ -277,7 +277,12 @@ |
278 | 278 | #header { |
279 | 279 | max-width: 290px; } |
280 | 280 | |
| 281 | +#search:focus { |
| 282 | + outline: none; |
| 283 | +} |
| 284 | + |
281 | 285 | #search { |
| 286 | + -webkit-appearance: none; |
282 | 287 | border-top-width: 0px; |
283 | 288 | border-right-width: 0px; |
284 | 289 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/kindle.css |
— | — | @@ -93,7 +93,12 @@ |
94 | 94 | body { |
95 | 95 | line-height: 120%; } |
96 | 96 | |
| 97 | +#search:focus { |
| 98 | + outline: none; |
| 99 | +} |
| 100 | + |
97 | 101 | #search { |
| 102 | + -webkit-appearance: none; |
98 | 103 | border-top-width: 0px; |
99 | 104 | border-right-width: 0px; |
100 | 105 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/android.css |
— | — | @@ -274,7 +274,12 @@ |
275 | 275 | background: white; |
276 | 276 | padding: 0 5px 5px 5px; } |
277 | 277 | |
| 278 | +#search:focus { |
| 279 | + outline: none; |
| 280 | +} |
| 281 | + |
278 | 282 | #search { |
| 283 | + -webkit-appearance: none; |
279 | 284 | border-top-width: 0px; |
280 | 285 | border-right-width: 0px; |
281 | 286 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/blackberry.css |
— | — | @@ -277,7 +277,12 @@ |
278 | 278 | background: white; |
279 | 279 | padding: 0 5px 5px 5px; } |
280 | 280 | |
| 281 | +#search:focus { |
| 282 | + outline: none; |
| 283 | +} |
| 284 | + |
281 | 285 | #search { |
| 286 | + -webkit-appearance: none; |
282 | 287 | border-top-width: 0px; |
283 | 288 | border-right-width: 0px; |
284 | 289 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css |
— | — | @@ -303,7 +303,12 @@ |
304 | 304 | #header { |
305 | 305 | max-width: 290px; } |
306 | 306 | |
| 307 | +#search:focus { |
| 308 | + outline: none; |
| 309 | +} |
| 310 | + |
307 | 311 | #search { |
| 312 | + -webkit-appearance: none; |
308 | 313 | border-top-width: 0px; |
309 | 314 | border-right-width: 0px; |
310 | 315 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/operamini.css |
— | — | @@ -303,7 +303,12 @@ |
304 | 304 | span.idx { |
305 | 305 | display: none; } |
306 | 306 | |
| 307 | +#search:focus { |
| 308 | + outline: none; |
| 309 | +} |
| 310 | + |
307 | 311 | #search { |
| 312 | + -webkit-appearance: none; |
308 | 313 | border-top-width: 0px; |
309 | 314 | border-right-width: 0px; |
310 | 315 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css |
— | — | @@ -285,7 +285,12 @@ |
286 | 286 | background: white; |
287 | 287 | padding: 0 5px 5px 5px; } |
288 | 288 | |
| 289 | +#search:focus { |
| 290 | + outline: none; |
| 291 | +} |
| 292 | + |
289 | 293 | #search { |
| 294 | + -webkit-appearance: none; |
290 | 295 | border-top-width: 0px; |
291 | 296 | border-right-width: 0px; |
292 | 297 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/default.css |
— | — | @@ -262,7 +262,12 @@ |
263 | 263 | button.section_heading.hide { |
264 | 264 | display: none; } |
265 | 265 | |
| 266 | +#search:focus { |
| 267 | + outline: none; |
| 268 | +} |
| 269 | + |
266 | 270 | #search { |
| 271 | + -webkit-appearance: none; |
267 | 272 | border-top-width: 0px; |
268 | 273 | border-right-width: 0px; |
269 | 274 | border-bottom-width: 0px; |
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css |
— | — | @@ -274,7 +274,12 @@ |
275 | 275 | background: white; |
276 | 276 | padding: 0 5px 5px 5px; } |
277 | 277 | |
| 278 | +#search:focus { |
| 279 | + outline: none; |
| 280 | +} |
| 281 | + |
278 | 282 | #search { |
| 283 | + -webkit-appearance: none; |
279 | 284 | border-top-width: 0px; |
280 | 285 | border-right-width: 0px; |
281 | 286 | border-bottom-width: 0px; |