Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

how may i highlight certain tabs on the tab menu?

  • Žiadne odpovede
  • 1 má tento problém
  • 10 zobrazení
more options

my tabs already happily distinctly show which tabs are live and which are still unactivated, by enabling about:config:toolkit.legacyUserProfileCustomizations.stylesheets with the below userChrome.css.

how might i get something similar for the tab menu?

~/.mozilla/firefox/frir19so.default-nightly/chrome/userChrome.css: .tabbrowser-tab[unread] {

  font-style: italic!important;

} .tabbrowser-tab[pending], #alltabs-popup menuitem[pending] {

  background-image: -moz-linear-gradient(blue,brown)!important;
  opacity: .6!important;

} .tabbrowser-tab[pending] .tab-text {

  color: white!important;

}

my tabs already happily distinctly show which tabs are live and which are still unactivated, by enabling about:config:toolkit.legacyUserProfileCustomizations.stylesheets with the below userChrome.css. how might i get something similar for the tab menu? ~/.mozilla/firefox/frir19so.default-nightly/chrome/userChrome.css: .tabbrowser-tab[unread] { font-style: italic!important; } .tabbrowser-tab[pending], #alltabs-popup menuitem[pending] { background-image: -moz-linear-gradient(blue,brown)!important; opacity: .6!important; } .tabbrowser-tab[pending] .tab-text { color: white!important; }