"http://pastebin.com/qPGkwHRE" css, how to fix it?

User Help for Mozilla Firefox
Post Reply
Metreex
Posts: 13
Joined: September 25th, 2016, 11:04 pm

"http://pastebin.com/qPGkwHRE" css, how to fix it?

Post by Metreex »

http://www.ghacks.net/2015/08/12/how-to ... and-newer/
http://pastebin.com/qPGkwHRE
Image
The css is working, but three buttons can't display on right corner, please, how to fix it?
Brummelchen
Posts: 4480
Joined: March 19th, 2005, 10:51 am

Re: "http://pastebin.com/qPGkwHRE" css, how to fix it?

Post by Brummelchen »

to fix what? missing ressources which are only available in the dev-edition! try base64 conversions if you have the originals sneaked.

Code: Select all

  list-style-image: url("data:image/png;base64,<lots_of_token>") !important;
Metreex
Posts: 13
Joined: September 25th, 2016, 11:04 pm

Re: "http://pastebin.com/qPGkwHRE" css, how to fix it?

Post by Metreex »

Brummelchen wrote:to fix what? missing ressources which are only available in the dev-edition! try base64 conversions if you have the originals sneaked.

Code: Select all

  list-style-image: url("data:image/png;base64,<lots_of_token>") !important;
I can't find the maximize, minimize and close buttons because the css "http://pastebin.com/qPGkwHRE", so I want to fix it, but I don't know how to fix it.
Brummelchen
Posts: 4480
Joined: March 19th, 2005, 10:51 am

Re: "http://pastebin.com/qPGkwHRE" css, how to fix it?

Post by Brummelchen »

i dont see any in style, but style is buggy because its too old (v39)
get a newer dev-edition (aurora-build) and get the code.

the min-max_close area is visible here in a clean profile but its blinking when i move the mouse over some bars. but thats cause by the old code.
Metreex
Posts: 13
Joined: September 25th, 2016, 11:04 pm

Re: "http://pastebin.com/qPGkwHRE" css, how to fix it?

Post by Metreex »

Brummelchen wrote:i dont see any in style, but style is buggy because its too old (v39)
get a newer dev-edition (aurora-build) and get the code.

the min-max_close area is visible here in a clean profile but its blinking when i move the mouse over some bars. but thats cause by the old code.
Yes, I know, the code is working for v39, so i want to fix it. But I don't know how to do. ok, thank you so much for Brummelchen.
Metreex
Posts: 13
Joined: September 25th, 2016, 11:04 pm

Re: "http://pastebin.com/qPGkwHRE" css, how to fix it?

Post by Metreex »

done, FF v49.0.2 fixed it.
Post Reply