File tree 2 files changed +1
-3
lines changed
browser/components/aboutwelcome/content
toolkit/themes/shared/in-content
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 34
34
outline : none;
35
35
color : var (--fc-color );
36
36
accent-color : var (--fc-accent-color );
37
- -moz-theme : non-native;
38
37
--arrow-width : 33.9411px ;
39
38
--arrow-square-size : calc (var (--arrow-width ) / sqrt (2 ));
40
39
--extra-width-from-rotation : calc (var (--arrow-width ) - var (--arrow-square-size ));
Original file line number Diff line number Diff line change 104
104
--card-outline-color : var (--grey-30 );
105
105
--card-shadow-hover : var (--card-shadow ), 0 0 0 5px var (--card-outline-color );
106
106
107
- -moz-theme : non-native;
108
107
accent-color : var (--in-content-accent-color );
109
108
color-scheme : light dark;
110
109
}
@@ -549,7 +548,7 @@ xul|menulist > xul|menupopup {
549
548
550
549
--panel-border-color : var (--in-content-box-border-color );
551
550
--panel-border-radius : 2px ;
552
- --panel-background : var (--in-content-box -background );
551
+ --panel-background : var (--in-content-table -background );
553
552
--panel-color : var (--in-content-text-color );
554
553
--panel-padding : 0 ;
555
554
}
You can’t perform that action at this time.
0 commit comments