4cfdeceb3a
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4593 599a83e7-65a4-db11-8015-0010dcdd6dc2
12 lines
335 B
CSS
12 lines
335 B
CSS
.tabbrowser-tab[selected="true"] .tab-icon-image {
|
|
list-style-image: url("chrome://global/skin/tree/item.png");
|
|
}
|
|
|
|
.tabbrowser-tab[busy] .tab-icon-image {
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png") !important;
|
|
}
|
|
|
|
.tabbrowser-tab:not(:hover):not([selected="true"]) .tab-icon-image {
|
|
opacity: .6;
|
|
}
|