Please fix the frame around the back button. #19
-
Good day! Today after installing your add-on for Mozilla Firefox I noticed one bug: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hurrah! I found the solution!
|
Beta Was this translation helpful? Give feedback.
-
And here is the full block "Photonizes the back button" (if anyone needs it):
|
Beta Was this translation helpful? Give feedback.
-
Seems like something broke the code relatively recently and I just didn't notice since I use the dark theme where the outline isn't very noticeable... (right after a release too :p) Anyways, a much simpler and better solution is to add I've already fixed it in the rolling release and webextension versions, not sure if I'm gonna make a re-release for the static release version tho. |
Beta Was this translation helpful? Give feedback.
Hurrah! I found the solution!
So, the problem is solved as follows:
/* Photonizes the back button */
(approximately line 420);> image {
, on the next line (423 in count) insert the following:border: 1px solid #b1b1b2 !important;
;Proofs: