mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-12 14:37:50 +00:00
12 lines
306 B
CSS
12 lines
306 B
CSS
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
tab[busy] {
|
|
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;
|
|
} |