Godiesc / firefox-one

Firefox Theme for Opera One skin Lovers
Mozilla Public License 2.0
301 stars 8 forks source link

Difficulty Adjusting Toolbar Transparency in 'Beautiful Red Blur' Theme #10

Closed elyeandre closed 11 months ago

elyeandre commented 11 months ago

image image image

I changed the background wallpaper according to the instructions. The theme I used is 'Beautiful Red Blur.' I like the theme because it makes the private tab transparent. Now, I've tried to pinpoint the location where I can change the transparency of the toolbar in CSS file, but it seems I can't find the exact location to change the transparency, like in the private tab

Godiesc commented 11 months ago

hi, for the moment you can add this code after line 20 in chrome/components/one_root-personal and see if works, maybe this could be a feature in the next release. :)

--lwt-header-image: url("../images/newtab/wallpaper-dark.png") !important; 
--lwt-additional-images: url("../images/newtab/wallpaper-dark.png") !important;

here is an example: imagen

elyeandre commented 11 months ago

hi, for the moment you can add this code after line 20 in chrome/components/one_root-personal and see if works, maybe this could be a feature in the next release. :)

--lwt-header-image: url("../images/newtab/wallpaper-dark.png") !important; 
--lwt-additional-images: url("../images/newtab/wallpaper-dark.png") !important;

here is an example: imagen

Thank you, it works