... |
... |
@@ -332,7 +332,7 @@ |
332
|
332
|
|
333
|
333
|
input.torPreferences-bridgeCard-addr {
|
334
|
334
|
width: 100%;
|
335
|
|
- color: var(--in-content-deemphasized-text);
|
|
335
|
+ color: var(--text-color-deemphasized);
|
336
|
336
|
}
|
337
|
337
|
|
338
|
338
|
.torPreferences-bridgeCard-leranMoreBox {
|
... |
... |
@@ -511,94 +511,3 @@ textarea#torPreferences-torDialog-textarea { |
511
|
511
|
/* 10 lines */
|
512
|
512
|
min-height: 20em;
|
513
|
513
|
} |
514
|
|
-
|
515
|
|
-/* Bridge remove overlay */
|
516
|
|
-#bridge-remove-overlay {
|
517
|
|
- position: fixed;
|
518
|
|
- display: flex;
|
519
|
|
- align-items: center;
|
520
|
|
- justify-content: center;
|
521
|
|
- top: 0;
|
522
|
|
- inset: 0;
|
523
|
|
- width: 100%;
|
524
|
|
- height: 100%;
|
525
|
|
- z-index: 1;
|
526
|
|
- background-color: rgba(0, 0, 0, 0.5);
|
527
|
|
-}
|
528
|
|
-
|
529
|
|
-#bridge-remove-overlay.hidden {
|
530
|
|
- display: none;
|
531
|
|
-}
|
532
|
|
-
|
533
|
|
-#bridge-remove-modal {
|
534
|
|
- position: relative;
|
535
|
|
- min-width: 250px;
|
536
|
|
- max-width: 500px;
|
537
|
|
- min-height: 200px;
|
538
|
|
- z-index: 2;
|
539
|
|
- text-align: center;
|
540
|
|
- background: var(--in-content-page-background);
|
541
|
|
- box-shadow: var(--shadow-30);
|
542
|
|
-}
|
543
|
|
-
|
544
|
|
-#bridge-remove-dismiss {
|
545
|
|
- position: absolute;
|
546
|
|
- top: 16px;
|
547
|
|
- inset-inline-end: 16px;
|
548
|
|
- width: 16px;
|
549
|
|
- height: 16px;
|
550
|
|
- fill: currentColor;
|
551
|
|
- -moz-context-properties: fill;
|
552
|
|
-}
|
553
|
|
-
|
554
|
|
-#bridge-remove-dismiss:hover {
|
555
|
|
- background-color: var(--in-content-button-background-hover);
|
556
|
|
- color: var(--in-content-button-text-color-hover);
|
557
|
|
- border: 1px solid var(--in-content-button-border-color-hover);
|
558
|
|
- border-radius: 4px;
|
559
|
|
-}
|
560
|
|
-
|
561
|
|
-#bridge-remove-dismiss:hover:active {
|
562
|
|
- background-color: var(--in-content-button-background-active);
|
563
|
|
-}
|
564
|
|
-
|
565
|
|
-#bridge-remove-icon {
|
566
|
|
- width: 40px;
|
567
|
|
- height: 40px;
|
568
|
|
- background-image: url("chrome://global/skin/icons/warning.svg");
|
569
|
|
- background-size: 40px;
|
570
|
|
- margin: 16px auto;
|
571
|
|
- fill: currentColor;
|
572
|
|
- -moz-context-properties: fill;
|
573
|
|
-}
|
574
|
|
-
|
575
|
|
-#bridge-remove-question {
|
576
|
|
- font-size: 150%;
|
577
|
|
-}
|
578
|
|
-
|
579
|
|
-#bridge-remove-warning {
|
580
|
|
- color: var(--in-content-deemphasized-text);
|
581
|
|
-}
|
582
|
|
-
|
583
|
|
-#bridge-remove-buttonbar {
|
584
|
|
- padding: 16px 32px;
|
585
|
|
-}
|
586
|
|
-
|
587
|
|
-#bridge-remove-buttonbar button {
|
588
|
|
- min-width: 140px;
|
589
|
|
-}
|
590
|
|
-
|
591
|
|
-#bridge-remove-confirm {
|
592
|
|
- background: var(--in-content-danger-button-background);
|
593
|
|
- color: var(--in-content-primary-button-text-color);
|
594
|
|
-}
|
595
|
|
-
|
596
|
|
-#bridge-remove-confirm:hover {
|
597
|
|
- background: var(--in-content-danger-button-background-hover);
|
598
|
|
- color: var(--in-content-primary-button-text-color-hover);
|
599
|
|
- border-color: var(--in-content-primary-button-border-hover);
|
600
|
|
-}
|
601
|
|
-
|
602
|
|
-#bridge-remove-confirm:hover:active {
|
603
|
|
- background: var(--in-content-danger-button-background-active);
|
604
|
|
-} |