richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
73d562ff
by Henry Wilkes at 2023-08-24T19:55:48+00:00
2 changed files:
- browser/components/torpreferences/content/requestBridgeDialog.xhtml
- browser/components/torpreferences/content/torPreferences.css
Changes:
... | ... | @@ -19,7 +19,6 @@ |
19 | 19 | <html:input
|
20 | 20 | id="torPreferences-requestBridge-captchaTextbox"
|
21 | 21 | type="text"
|
22 | - style="-moz-box-flex: 1"
|
|
23 | 22 | />
|
24 | 23 | <button
|
25 | 24 | id="torPreferences-requestBridge-refreshCaptchaButton"
|
... | ... | @@ -378,6 +378,10 @@ button#torPreferences-requestBridge-refreshCaptchaButton { |
378 | 378 | fill: currentColor;
|
379 | 379 | }
|
380 | 380 | |
381 | +#torPreferences-requestBridge-captchaTextbox {
|
|
382 | + flex: 1 0 auto;
|
|
383 | +}
|
|
384 | + |
|
381 | 385 | dialog#torPreferences-requestBridge-dialog > hbox {
|
382 | 386 | margin-bottom: 1em;
|
383 | 387 | }
|
... | ... | @@ -519,7 +523,7 @@ groupbox#torPreferences-bridges-group textarea { |
519 | 523 | #torPreferences-localProxy-textboxUsername,
|
520 | 524 | #torPreferences-localProxy-textboxPassword,
|
521 | 525 | #torPreferences-connection-textboxAllowedPorts {
|
522 | - -moz-box-flex: 1;
|
|
526 | + flex: 1 0 auto;
|
|
523 | 527 | }
|
524 | 528 | |
525 | 529 | #torPreferences-connection-firewall {
|
... | ... | @@ -532,7 +536,7 @@ groupbox#torPreferences-bridges-group textarea { |
532 | 536 | |
533 | 537 | /* Tor logs dialog */
|
534 | 538 | textarea#torPreferences-torDialog-textarea {
|
535 | - -moz-box-flex: 1;
|
|
539 | + flex: 1 0 auto;
|
|
536 | 540 | font-family: monospace;
|
537 | 541 | font-size: 0.8em;
|
538 | 542 | white-space: pre;
|