Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork66
Commit053ee9a
authored
Fix the appearance of version/language selects (#74)
* Fix the appearance of version/language selectsThe appearance:none needs a -webkit prefix to work in Safari and Chrome on Android.Adding padding to the select's outer div fixes arrow overlapping with the select's value.Adding outline offset for focus-visible makes the outline go around the border instead of within it (just around the inner select itself).* Fix search form overflow; readability improvements* Fix search box and select appearancesSome problems in Safari mobile browser were fixed: right margin on the search box (between the button and the border), color of the button;Language and version switchers in both Chrome for Android and Safari had gray background.* Fix search button border1 parentb77519b commit053ee9a
1 file changed
+26
-7
lines changedLines changed: 26 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
238 | 246 |
| |
239 | 247 |
| |
240 | 248 |
| |
| |||
266 | 274 |
| |
267 | 275 |
| |
268 | 276 |
| |
| 277 | + | |
269 | 278 |
| |
270 | 279 |
| |
271 | 280 |
| |
| |||
284 | 293 |
| |
285 | 294 |
| |
286 | 295 |
| |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 | 296 |
| |
292 | 297 |
| |
293 | 298 |
| |
| |||
311 | 316 |
| |
312 | 317 |
| |
313 | 318 |
| |
314 |
| - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
315 | 323 |
| |
316 |
| - | |
317 | 324 |
| |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
318 | 330 |
| |
319 | 331 |
| |
320 | 332 |
| |
| |||
454 | 466 |
| |
455 | 467 |
| |
456 | 468 |
| |
| 469 | + | |
457 | 470 |
| |
458 | 471 |
| |
459 | 472 |
| |
| |||
465 | 478 |
| |
466 | 479 |
| |
467 | 480 |
| |
468 |
| - | |
| 481 | + | |
469 | 482 |
| |
470 | 483 |
| |
471 | 484 |
| |
472 | 485 |
| |
| 486 | + | |
473 | 487 |
| |
474 | 488 |
| |
475 | 489 |
| |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
476 | 495 |
| |
477 | 496 |
| |
478 | 497 |
| |
|
0 commit comments
Comments
(0)