Godiesc / firefox-gx

Opera GX Skin for Firefox
Mozilla Public License 2.0
797 stars 42 forks source link

Parts of the address bar become transparent #46

Closed arijitroy454 closed 1 year ago

arijitroy454 commented 1 year ago

Is this intentional or a bug? Looks very inconsistent and out of place imo. I'm on windows 10 on firefox 112 and using FirefoxGX 112.

When there is a dialog like this parts of the address bar area become transparent.

img1 img2

arijitroy454 commented 1 year ago

There is also another visual issue where the text cursor and search icon in the search bar in private mode is black instead of white. The top one is from private window, the bottom in normal window, where text cursor is white, and visible. cursor

Godiesc commented 1 year ago

hi, first issue: For the moment the blur effect will display in that way, if is a problem you can delete the lines 206 to 214 from chrome>components>ogx_urlbar-searchbar.css

second issue: Firefox made it's private browsing in a rare way for me, the problem is that the private css can't access some icons from the main ui and don't display the icon, you can see the default private page with that searchbar in white box, so the cursor become black for that, you can solve this issue deleting the line 14 and the line 51 from chrome>components>ogx_UC-newtabpage.css

the fist issue don't have a solve, I hope solve the second issue in the next update. Thanks you for your report, I appreciate it. 💙

arijitroy454 commented 1 year ago

Hi, first issue, Deleting out the part you mentioned seemed to do the trick.

second issue, Deleting out those lines seems to have fixed the icon and brought back the default one, however, the text cursor is still black on private window.

Thanks for the reply, cheers.

Godiesc commented 1 year ago

The two bugs were fixes in the new release, thanks for your report.