090669efd9
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1808 599a83e7-65a4-db11-8015-0010dcdd6dc2
15 lines
530 B
CSS
15 lines
530 B
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
:root[tabFx2Compatible="1"] .tabbrowser-tab {
|
|
-moz-binding: url(tabFx2Compatible.xml#tabbrowser-tab) !important;
|
|
}
|
|
|
|
:root[tabFx2Compatible="1"] .tabbrowser-tab[busy] > hbox > stack > .tab-icon-image {
|
|
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif") !important;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
:root[tabFx2Compatible="1"] .tabbrowser-tab[selected="true"]:focus > hbox > .tab-text {
|
|
border: 1px dotted -moz-DialogText;
|
|
}
|