Skip to content

Commit

Permalink
FireFox - urlview
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomes77 committed Nov 23, 2023
1 parent 6f15c5a commit c3db297
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FireFox/urlview/permissions.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*= Permissions =====================================================================*/
@supports -moz-bool-pref("userChrome+Content.urlview.permissions.hide_granted-icon") {
@media (-moz-bool-pref: "userChrome+Content.urlview.permissions.hide_granted-icon") {
#blocked-permissions-container > .blocked-permission-icon[showing] {
display: none;
}
Expand Down
4 changes: 2 additions & 2 deletions FireFox/urlview/urlview.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
min-height: var(--urlbar-toolbar-height) !important;
}
/* MegaBar Style */
@supports -moz-bool-pref("userChrome+Content.padding.megabar_style") {
@media (-moz-bool-pref: "userChrome+Content.padding.megabar_style") {
.urlbarView {
--uc-urlView-padding: calc(5px + var(--urlbar-container-padding));
--uc-urlView-padding-double: calc(var(--uc-urlView-padding) * 2);
Expand Down Expand Up @@ -93,7 +93,7 @@
display: none !important;
}
/*- URL View -----------------------------------------------------------*/
@supports -moz-bool-pref("userChrome+Content.urlview.always_show_page_actions") {
@media (-moz-bool-pref: "userChrome+Content.urlview.always_show_page_actions") {
#urlbar:not([breakout-extend="true"]) #pageActionButton {
display: block !important;
visibility: visible !important;
Expand Down
2 changes: 1 addition & 1 deletion FireFox/urlview/urlview_icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
background-repeat: no-repeat;
}
}
@supports -moz-bool-pref("userChrome+Content.theme.private_mode") {
@media (-moz-bool-pref: "userChrome+Content.theme.private_mode") {
:root[privatebrowsingmode=temporary]:not(:-moz-lwtheme) .urlbarView-favicon[src="page-icon:chrome://global/"],
:root[privatebrowsingmode=temporary]:not(:-moz-lwtheme) .urlbarView-favicon[src="chrome://global/skin/icons/defaultFavicon.svg"] {
fill: transparent !important;
Expand Down

0 comments on commit c3db297

Please sign in to comment.