[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] 3 commits: fixup! Bug 7494: Create local home page for TBB.



Title: GitLab

morgan pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 732e4181
    by Henry Wilkes at 2024-08-07T22:56:00+00:00
    fixup! Bug 7494: Create local home page for TBB.
    
    Bug 42713: Use `--link-color` rather than `--in-content-link-color`.
    
  • fbf19afe
    by Henry Wilkes at 2024-08-07T22:56:00+00:00
    fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
    
    Bug 42713: Use `--text-color-error` instead of
    `--in-content-error-text-color`.
    
  • da08e423
    by Henry Wilkes at 2024-08-07T22:56:00+00:00
    fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
    
    Bug 42713: Use `--text-color-error` instead of
    `--in-content-error-text-color`.
    

3 changed files:

Changes:

  • browser/components/abouttor/content/aboutTor.css
    ... ... @@ -194,14 +194,14 @@ body:not(.show-tor-check) #tor-check {
    194 194
         --in-content-page-color: #fbfbfe;
    
    195 195
         --in-content-text-color: #fbfbfe;
    
    196 196
         color: var(--in-content-text-color);
    
    197
    -    --in-content-link-color: var(--purple-30);
    
    197
    +    --link-color: var(--purple-30);
    
    198 198
         /* FIXME: Since we have a dark background, the color should get lighter on
    
    199 199
          * hover, but --purple-40 and --pruple-50 are darker than --purple-30.
    
    200 200
          * However, we do not have a standard lighter purple in our current set of
    
    201 201
          * Photon colors.
    
    202 202
          * See tor-browser#42025 */
    
    203
    -    --in-content-link-color-hover: var(--purple-40);
    
    204
    -    --in-content-link-color-active: var(--purple-50);
    
    203
    +    --link-color-hover: var(--purple-40);
    
    204
    +    --link-color-active: var(--purple-50);
    
    205 205
       }
    
    206 206
     
    
    207 207
       #search-form {
    

  • browser/components/torpreferences/content/torPreferences.css
    ... ... @@ -913,7 +913,7 @@ dialog#torPreferences-requestBridge-dialog > hbox {
    913 913
     }
    
    914 914
     
    
    915 915
     #lox-invite-dialog-error-message {
    
    916
    -  color: var(--in-content-error-text-color);
    
    916
    +  color: var(--text-color-error);
    
    917 917
     }
    
    918 918
     
    
    919 919
     #lox-invite-dialog-generate-area:not(.show-error) #lox-invite-dialog-error-message {
    
    ... ... @@ -1049,7 +1049,7 @@ groupbox#torPreferences-bridges-group textarea {
    1049 1049
     }
    
    1050 1050
     
    
    1051 1051
     #user-provide-bridge-error-message {
    
    1052
    -  color: var(--in-content-error-text-color);
    
    1052
    +  color: var(--text-color-error);
    
    1053 1053
     }
    
    1054 1054
     
    
    1055 1055
     #user-provide-bridge-dialog:not(.show-error) #user-provide-bridge-error-message {
    

  • toolkit/components/torconnect/content/aboutTorConnect.css
    ... ... @@ -154,7 +154,7 @@ button {
    154 154
     }
    
    155 155
     
    
    156 156
     #locationDropdownLabel.error {
    
    157
    -  color: var(--in-content-error-text-color)
    
    157
    +  color: var(--text-color-error)
    
    158 158
     }
    
    159 159
     
    
    160 160
     #tryBridgeButton.danger-button {
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits