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

Audio TabIcon Plus update 1.7.6b #1043

Open
DaitiDay opened this issue Feb 8, 2025 · 0 comments
Open

Audio TabIcon Plus update 1.7.6b #1043

DaitiDay opened this issue Feb 8, 2025 · 0 comments

Comments

@DaitiDay
Copy link
Contributor

DaitiDay commented Feb 8, 2025

Updated the plugin to fix the icon location and the icon color after latest update.
New css:

.tab-icon-overlay {
  -moz-box-ordinal-group: 0 !important;
  border-radius: 50% !important;
  margin: initial !important;
  visibility: visible !important;
  margin-right: -16px !important;
  opacity: 1 !important;
  transform: translate(40%, -35%) scale(0.8) !important;
  color: light-dark(white, black) !important;
  background-color: light-dark(black, white) !important;
  position: absolute !important;
  background-image: url("chrome://browser/skin/tabbrowser/tab-audio-playing-small.svg") !important;
  fill: none !important;
}
.tab-icon-overlay[muted] {
  background-image: url("chrome://browser/skin/tabbrowser/tab-audio-muted-small.svg") !important;
}
@media ( -moz-bool-pref: "uc.audio-tabicon.left-side") {
  .tab-icon-overlay {
    transform: translate(-50%, -35%) scale(0.7) !important;
  }
}
.tab-icon-overlay:hover {
  color: light-dark(white, black) !important;
  background-color: light-dark(black, white) !important;
}
.tab-icon-overlay:is([soundplaying], [muted]):not([selected]) {
  display: block !important;
}
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

1 participant