File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*= Permissions =====================================================================*/
2
- @supports -moz-bool-pref( "userChrome+Content.urlview.permissions.hide_granted-icon" ) {
2
+ @media ( -moz-bool-pref : "userChrome+Content.urlview.permissions.hide_granted-icon" ) {
3
3
# blocked-permissions-container > .blocked-permission-icon [showing ] {
4
4
display : none;
5
5
}
Original file line number Diff line number Diff line change 16
16
min-height : var (--urlbar-toolbar-height ) !important ;
17
17
}
18
18
/* MegaBar Style */
19
- @supports -moz-bool-pref( "userChrome+Content.padding.megabar_style" ) {
19
+ @media ( -moz-bool-pref : "userChrome+Content.padding.megabar_style" ) {
20
20
.urlbarView {
21
21
--uc-urlView-padding : calc (5px + var (--urlbar-container-padding ));
22
22
--uc-urlView-padding-double : calc (var (--uc-urlView-padding ) * 2 );
93
93
display : none !important ;
94
94
}
95
95
/*- URL View -----------------------------------------------------------*/
96
- @supports -moz-bool-pref( "userChrome+Content.urlview.always_show_page_actions" ) {
96
+ @media ( -moz-bool-pref : "userChrome+Content.urlview.always_show_page_actions" ) {
97
97
# urlbar : not ([breakout-extend = "true" ]) # pageActionButton {
98
98
display : block !important ;
99
99
visibility : visible !important ;
Original file line number Diff line number Diff line change 21
21
background-repeat : no-repeat;
22
22
}
23
23
}
24
- @supports -moz-bool-pref( "userChrome+Content.theme.private_mode" ) {
24
+ @media ( -moz-bool-pref : "userChrome+Content.theme.private_mode" ) {
25
25
: root [privatebrowsingmode = temporary ]: not (: -moz-lwtheme ) .urlbarView-favicon [src = "page-icon:chrome://global/" ],
26
26
: root [privatebrowsingmode = temporary ]: not (: -moz-lwtheme ) .urlbarView-favicon [src = "chrome://global/skin/icons/defaultFavicon.svg" ] {
27
27
fill : transparent !important ;
You can’t perform that action at this time.
0 commit comments