Created
August 22, 2011 06:19
-
-
Save endolith/1161781 to your computer and use it in GitHub Desktop.
App tab notification Stylish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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