Always use the small throbber icon.

Remove arrows from move up / move down buttons in the filter list dialog.
This commit is contained in:
scott%scott-macgregor.org 2004-11-22 05:31:28 +00:00
Родитель cdba3dde86
Коммит 2cfe4e22a2
1 изменённых файлов: 1 добавлений и 30 удалений

Просмотреть файл

@ -66,16 +66,7 @@ toolbar[printpreview="true"] {
}
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://messenger/skin/icons/throbber.gif");
}
toolbar[iconsize="small"] #navigator-throbber,
toolbar[mode="text"] #navigator-throbber {
list-style-image: url("chrome://messenger/skin/icons/throbber-small.png");
}
toolbar[iconsize="small"] #navigator-throbber[busy="true"],
toolbar[mode="text"] #navigator-throbber[busy="true"] {
list-style-image: url("chrome://messenger/skin/icons/throbber-small.gif");
list-style-image: url("chrome://global/skin/icons/Loading.gif");
}
/* ::::: online/offline icons ::::: */
@ -91,23 +82,3 @@ toolbar[mode="text"] #navigator-throbber[busy="true"] {
#offline-status {
list-style-image: url("chrome://communicator/skin/icons/online.png");
}
/* ::::: directional button icons ::::: */
.up {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}
.up[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-up-dis.gif");
}
.down {
min-width: 0px;
list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
.down[disabled="true"] {
list-style-image: url("chrome://global/skin/arrow/arrow-dn-dis.gif");
}