|
13 | 13 | --in-content-page-color: rgb(21, 20, 26);
|
14 | 14 | --in-content-page-background: var(--background-color-canvas);
|
15 | 15 | --in-content-text-color: var(--in-content-page-color);
|
16 |
| - --in-content-box-background-odd: rgba(12, 12, 13, 0.05); /* grey 90 a05 */ |
17 | 16 | --in-content-box-border-color: color-mix(in srgb, currentColor 41%, transparent);
|
18 | 17 | --in-content-box-info-background: #f0f0f4;
|
19 | 18 | --in-content-item-hover: color-mix(in srgb, var(--in-content-primary-button-background) 20%, transparent);
|
|
105 | 104 | * in-content privileged pages and plain-text documents). */
|
106 | 105 | --in-content-page-color: rgb(251,251,254);
|
107 | 106 |
|
108 |
| - --in-content-box-background-odd: rgba(249,249,250,0.05); |
109 | 107 | --in-content-box-info-background: rgba(249,249,250,0.15);
|
110 | 108 |
|
111 | 109 | --in-content-border-color: rgba(249,249,250,0.2);
|
|
144 | 142 | :root {
|
145 | 143 | --in-content-page-color: CanvasText;
|
146 | 144 |
|
147 |
| - --in-content-box-background-odd: var(--background-color-box); |
148 | 145 | --in-content-box-border-color: -moz-DialogText;
|
149 | 146 | --in-content-box-info-background: var(--background-color-box);
|
150 | 147 |
|
@@ -921,7 +918,7 @@ xul|treechildren::-moz-tree-row {
|
921 | 918 | }
|
922 | 919 |
|
923 | 920 | xul|treechildren::-moz-tree-row(multicol, odd) {
|
924 |
| - background-color: var(--in-content-box-background-odd); |
| 921 | + background-color: var(--table-row-background-color-alternate); |
925 | 922 | }
|
926 | 923 |
|
927 | 924 | html|select[size][multiple] > html|option:hover,
|
|
0 commit comments