|
43 | 43 | }
|
44 | 44 | /* Boxes in url-bar */
|
45 | 45 | :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary])
|
46 |
| - #identity-box[pageproxystate="valid"].notSecureText > .identity-box-button, |
| 46 | + #identity-box[pageproxystate="valid"].notSecureText > .identity-box-button:not([open="true"]), |
47 | 47 | :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary])
|
48 |
| - #identity-box[pageproxystate="valid"].chromeUI > .identity-box-button, |
| 48 | + #identity-box[pageproxystate="valid"].chromeUI > .identity-box-button:not([open="true"]), |
49 | 49 | :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary])
|
50 |
| - #identity-box[pageproxystate="valid"].extensionPage > .identity-box-button, |
| 50 | + #identity-box[pageproxystate="valid"].extensionPage > .identity-box-button:not([open="true"]), |
51 | 51 | :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary])
|
52 |
| - #urlbar-label-box, |
| 52 | + #urlbar-label-box:not([open="true"]), |
53 | 53 | :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary])
|
54 | 54 | #urlbar-zoom-button {
|
55 | 55 | background-color: transparent !important;
|
|
63 | 63 | :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary])
|
64 | 64 | #urlbar-label-box:hover,
|
65 | 65 | :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary])
|
66 |
| - #urlbar-zoom-button:hover { |
| 66 | + #urlbar-zoom-button:hover, |
| 67 | + :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary]) |
| 68 | + #identity-box[pageproxystate="valid"].verifiedDomain > #notification-popup-box:hover { |
67 | 69 | background-color: var(--urlbar-box-hover-bgcolor) !important;
|
68 | 70 | }
|
| 71 | + :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary]) |
| 72 | + #identity-box[pageproxystate="valid"].notSecureText > .identity-box-button[open="true"], |
| 73 | + :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary]) |
| 74 | + #identity-box[pageproxystate="valid"].chromeUI > .identity-box-button[open="true"], |
| 75 | + :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary]) |
| 76 | + #identity-box[pageproxystate="valid"].extensionPage > .identity-box-button[open="true"], |
| 77 | + :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary]) |
| 78 | + #urlbar-label-box:active, |
| 79 | + :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary]) |
| 80 | + #urlbar-zoom-button:active, |
| 81 | + :root:not(:-moz-lwtheme, [privatebrowsingmode=temporary]) |
| 82 | + #identity-box[pageproxystate="valid"].verifiedDomain > #notification-popup-box[open="true"] { |
| 83 | + background-color: var(--urlbar-box-active-bgcolor) !important; |
| 84 | + } |
69 | 85 | /* Tab Color when Multiselected */
|
70 | 86 | /*:root:not(:-moz-lwtheme, [privatebrowsingmode=temporary])
|
71 | 87 | .tab-background:is([multiselected="true"]) {
|
|
0 commit comments