mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 00:11:44 +00:00
21 lines
534 B
CSS
21 lines
534 B
CSS
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
.tab-icon {
|
|
margin-top: 1px;
|
|
margin-right: 3px;
|
|
width: 16px;
|
|
height: 16px;
|
|
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
|
}
|
|
|
|
tab[busy] > .tab-mid > .tab-mid-mid > .tab-icon {
|
|
list-style-image: url("chrome://communicator/skin/icons/loading.gif");
|
|
}
|
|
|
|
.tabbrowser-closebox {
|
|
list-style-image: url("chrome://global/skin/icons/closebox.gif");
|
|
margin-bottom: 3px;
|
|
margin-right: 2px;
|
|
margin-left: 4px;
|
|
} |