Skip to content

Instantly share code, notes, and snippets.

@endolith
Created August 22, 2011 06:19
Show Gist options
  • Select an option

  • Save endolith/1161781 to your computer and use it in GitHub Desktop.

Select an option

Save endolith/1161781 to your computer and use it in GitHub Desktop.
App tab notification Stylish
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*You may define your own rules here or change existing rules*/
/*For example the first rule applies when the tab title contains "says"*/
/*.tabbrowser-tab[pinned][label*="("][label*="Buzz"]:not([selected]),
.tabbrowser-tab[pinned][label*="("][label*="Gmail"]:not([selected]),
.tabbrowser-tab[pinned][label*="("][label*="Reader"]:not([selected]),
.tabbrowser-tab[pinned][label*="("][label*="Facebook"]:not([selected]),*/
.tabbrowser-tab[pinned][titlechanged][label*="says"]:not([selected]) {
background-image: -moz-linear-gradient(top, gold, orange) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment