|
423 | 423 | .results a:hover {
|
424 | 424 | text-decoration: underline;
|
425 | 425 | }
|
426 |
| - |
| 426 | + |
427 | 427 | .tooltip-container {
|
428 |
| - position: relative; |
429 |
| - display: inline-block; |
430 |
| - margin-left: 6px; |
431 |
| - cursor: pointer; |
432 |
| - vertical-align: middle; |
433 |
| - } |
434 |
| - a.tooltip-container { |
435 |
| - text-decoration: none; |
436 |
| - color: inherit; |
| 428 | + position: relative; |
| 429 | + display: inline-block; |
| 430 | + cursor: pointer; |
| 431 | + margin-left: 6px; |
437 | 432 | }
|
| 433 | + |
438 | 434 | .info-icon {
|
439 |
| - display: inline-block; |
440 |
| - width: 16px; |
441 |
| - height: 16px; |
442 |
| - background: #e2e2e2; |
443 |
| - color: #183153; |
444 |
| - border-radius: 50%; |
445 |
| - text-align: center; |
446 |
| - font-size: 12px; |
447 |
| - line-height: 16px; |
448 |
| - font-weight: bold; |
449 |
| - transition: background 0.2s; |
450 |
| - } |
451 |
| - .tooltip-container:hover .info-icon { |
452 |
| - background: var(--primary); |
453 |
| - color: #fff; |
| 435 | + display: inline-block; |
| 436 | + width: 16px; |
| 437 | + height: 16px; |
| 438 | + background: #e2e2e2; |
| 439 | + color: #183153; |
| 440 | + border-radius: 50%; |
| 441 | + text-align: center; |
| 442 | + font-size: 12px; |
| 443 | + line-height: 16px; |
| 444 | + font-weight: bold; |
| 445 | + transition: background 0.2s; |
| 446 | + } |
| 447 | + |
| 448 | + .tooltip-text { |
| 449 | + visibility: hidden; |
| 450 | + width: 220px; |
| 451 | + background-color: #333; |
| 452 | + color: #fff; |
| 453 | + text-align: left; |
| 454 | + border-radius: 4px; |
| 455 | + padding: 8px; |
| 456 | + position: absolute; |
| 457 | + z-index: 1; |
| 458 | + bottom: 125%; |
| 459 | + left: 50%; |
| 460 | + transform: translateX(-50%); |
| 461 | + opacity: 0; |
| 462 | + transition: opacity 0.2s; |
| 463 | + } |
| 464 | + |
| 465 | + .tooltip-container:hover .tooltip-text { |
| 466 | + visibility: visible; |
| 467 | + opacity: 1; |
454 | 468 | }
|
455 | 469 | </style>
|
456 | 470 | <body>
|
|
470 | 484 | <div class="input-wrapper">
|
471 | 485 | <label class="label" for="key">
|
472 | 486 | Applitools API Key
|
473 |
| - <a href="https://applitools.com/docs/placeholder" target="_blank" class="tooltip-container"> |
| 487 | + <a href="https://applitools.com/tutorials/getting-started/retrieve-api-key" target="_blank" class="tooltip-container"> |
474 | 488 | <span class="info-icon">?</span>
|
475 | 489 | </a>
|
476 | 490 | </label>
|
|
480 | 494 | <div class="input-wrapper">
|
481 | 495 | <label class="label" for="url">
|
482 | 496 | Eyes Server URL
|
483 |
| - <a href="https://applitools.com/docs/placeholder" target="_blank" class="tooltip-container"> |
484 |
| - <span class="info-icon">?</span> |
485 |
| - </a> |
| 497 | + <span class="tooltip-container"> |
| 498 | + <span class="info-icon">?</span> |
| 499 | + <span class="tooltip-text">This is the URL of your Applitools Eyes server (e.g. https://eyes.applitools.com).</span> |
| 500 | + </span> |
486 | 501 | </label>
|
487 | 502 | <input id="url" class="input" type="text" value="https://eyes.applitools.com" />
|
488 | 503 | </div>
|
|
493 | 508 | <div class="input-wrapper">
|
494 | 509 | <label class="label" for="proxy">
|
495 | 510 | Proxy URL
|
496 |
| - <a href="https://applitools.com/docs/placeholder" target="_blank" class="tooltip-container"> |
| 511 | + <!-- <a href="https://applitools.com/docs/placeholder" target="_blank" class="tooltip-container"> |
497 | 512 | <span class="info-icon"> ?</span>
|
498 |
| - </a> |
| 513 | + </a> --> |
499 | 514 | </label>
|
500 | 515 | <input id="proxy" class="input" type="text" placeholder="http://username:password@proxy.example.com:8080" />
|
501 | 516 | </div>
|
502 | 517 |
|
503 | 518 | <div class="input-wrapper">
|
504 | 519 | <label class="label" for="matchLevel">
|
505 | 520 | Match Level
|
506 |
| - <a href="https://applitools.com/docs/placeholder" target="_blank" class="tooltip-container"> |
| 521 | + <a href="https://applitools.com/tutorials/concepts/best-practices/match-levels" target="_blank" class="tooltip-container"> |
507 | 522 | <span class="info-icon">?</span>
|
508 | 523 | </a>
|
509 | 524 | </label>
|
|
522 | 537 | <div class="input-wrapper">
|
523 | 538 | <label class="label" for="contrastLevel">
|
524 | 539 | Contrast Level
|
525 |
| - <a href="https://applitools.com/docs/placeholder" target="_blank" class="tooltip-container"> |
| 540 | + <a href="https://applitools.com/tutorials/concepts/test-execution/accessibility-testing" target="_blank" class="tooltip-container"> |
526 | 541 | <span class="info-icon">?</span>
|
527 | 542 | </a>
|
528 | 543 | </label>
|
|
573 | 588 | <div class="input-wrapper">
|
574 | 589 | <label class="label" for="os">
|
575 | 590 | OS Name Override
|
576 |
| - <a href="https://applitools.com/docs/placeholder" target="_blank" class="tooltip-container"> |
| 591 | + <a href="https://help.applitools.com/hc/en-us/articles/360007189271-Overriding-OS-and-hosting-applications-parameters" target="_blank" class="tooltip-container"> |
577 | 592 | <span class="info-icon">?</span>
|
578 | 593 | </a>
|
579 | 594 | </label>
|
|
583 | 598 | <div class="input-wrapper">
|
584 | 599 | <label class="label" for="browser">
|
585 | 600 | Browser Name Override
|
586 |
| - <a href="https://applitools.com/docs/placeholder" target="_blank" class="tooltip-container"> |
| 601 | + <a href="https://help.applitools.com/hc/en-us/articles/360007189271-Overriding-OS-and-hosting-applications-parameters" target="_blank" class="tooltip-container"> |
587 | 602 | <span class="info-icon">?</span>
|
588 | 603 | </a>
|
589 | 604 | </label>
|
|
593 | 608 | <div class="input-wrapper">
|
594 | 609 | <label class="label" for="widths">
|
595 | 610 | Additional Widths
|
596 |
| - <a href="https://applitools.com/docs/placeholder" target="_blank" class="tooltip-container"> |
| 611 | + <!-- <a href="https://applitools.com/docs/placeholder" target="_blank" class="tooltip-container"> |
597 | 612 | <span class="info-icon">?</span>
|
598 |
| - </a> |
| 613 | + </a> --> |
599 | 614 | </label>
|
600 | 615 | <input id="widths" class="input" type="text" placeholder="e.g. 800,1200" />
|
601 | 616 | </div>
|
|
0 commit comments