Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ublock origin icon #56

Closed
thedogismurdered opened this issue May 20, 2024 · 1 comment
Closed

ublock origin icon #56

thedogismurdered opened this issue May 20, 2024 · 1 comment

Comments

@thedogismurdered
Copy link

Is it possible to retain the ublock origin extension icon? It is displayed as a lock icon after applying the theme.

Desktop (please complete the following information):

  • OS: [example: Windows 11]
  • Browser Version: [example: Firefox v126]

Screenshots
image

@soulhotel
Copy link
Owner

all-global-theme-fullmoon.css line 481 (dark mode)

/*--ublock on--*/
#ublock0_raymondhill_net-BAP image{
list-style-image: url("icons/ubon.png") !important;
}
/*--ublock off--*/
#ublock0_raymondhill_net-BAP[tooltiptext="uBlock Origin (off)"] image{
list-style-image: url("icons/uboff.png") !important;
}

`all-global-theme-dusky.css line 487 (light mode)

/*--ublock on--*/
#ublock0_raymondhill_net-BAP image{
list-style-image: url("icons/ubon.png") !important;
}
/*--ublock off--*/
#ublock0_raymondhill_net-BAP[tooltiptext="uBlock Origin (off)"] image{
list-style-image: url("icons/uboff.png") !important;
}

just delete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants