urlbar popup full width: fix transparent background (#642) Need to change toolbar-field-focus-background-color to toolbar-field-background-color-focus to fix the urlbar popup transparent background issue, I learned it from this reddit post: https://www.reddit.com/r/FirefoxCSS/comments/1u9s9nj/comment/osj13kx/ Signed-off-by: Xiao Pan <xyz@flylightning.xyz>
Recent Commits to firefox-csshacks:master
-
urlbar popup full width: fix transparent background (#642)
-
hide tabs scrollbuttons: apply negative margins to pinned tabs container
hide tabs scrollbuttons: apply negative margins to pinned tabs container This properly hides the scrollbuttons if pinned tabs were to overflow Fixes #644
-
compact urlbar megabar: use --urlbar-min-height for input-box height
compact urlbar megabar: use --urlbar-min-height for input-box height This lets the urlbar get more compact in compact density and slightly less compact in touch density. Fixes #643
-
autohide bookmarks toolbar: Use toolbar-backgorund-color with system-…
autohide bookmarks toolbar: Use toolbar-backgorund-color with system-auto theme with default system-auto theme the toolbox background color is can be transparent if native titlebar is enabled, thus bookmarks toolbar becomes transparent. This fixes #641