2008-02-21 22:05:52 -05:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
2008-02-21 22:55:56 -05:00
|
|
|
:root[tabFx2Compatible="1"] .tabbrowser-tab {
|
2008-02-21 22:05:52 -05:00
|
|
|
-moz-binding: url(tabFx2Compatible.xml#tabbrowser-tab) !important;
|
|
|
|
}
|
|
|
|
|
2008-02-21 22:55:56 -05:00
|
|
|
:root[tabFx2Compatible="1"] .tabbrowser-tab[busy] > hbox > stack > .tab-icon-image {
|
2008-02-21 22:05:52 -05:00
|
|
|
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif") !important;
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
2008-02-21 23:17:36 -05:00
|
|
|
|
|
|
|
:root[tabFx2Compatible="1"] .tabbrowser-tab[selected="true"]:focus > hbox > .tab-text {
|
|
|
|
border: 1px dotted -moz-DialogText;
|
|
|
|
}
|