henry pushed to branch base-browser-140.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

Changes:

  • browser/components/securitylevel/content/securityLevelPanel.css
    ... ... @@ -15,7 +15,7 @@
    15 15
       background-size: 9em 9em;
    
    16 16
       -moz-context-properties: fill, fill-opacity;
    
    17 17
       fill-opacity: 1;
    
    18
    -  fill: var(--button-bgcolor);
    
    18
    +  fill: var(--border-color-card);
    
    19 19
     }
    
    20 20
     
    
    21 21
     /* NOTE: Use ":dir" instead of ":-moz-locale-dir" when panel switches to HTML. */
    

  • browser/components/securitylevel/content/securityLevelPreferences.css
    ... ... @@ -13,7 +13,7 @@
    13 13
       width: 24px;
    
    14 14
       height: 24px;
    
    15 15
       -moz-context-properties: fill;
    
    16
    -  fill: var(--in-content-icon-color);
    
    16
    +  fill: var(--icon-color);
    
    17 17
       margin-block-start: var(--space-xsmall);
    
    18 18
       margin-inline-end: var(--space-large);
    
    19 19
     }
    
    ... ... @@ -92,7 +92,7 @@
    92 92
     
    
    93 93
     #security-level-current {
    
    94 94
       margin-block-start: var(--space-large);
    
    95
    -  background: var(--in-content-box-background);
    
    95
    +  background: var(--background-color-box);
    
    96 96
       border: 1px solid var(--in-content-box-border-color);
    
    97 97
       border-radius: var(--border-radius-small);
    
    98 98
       padding: var(--space-medium);