зеркало из https://github.com/mozilla/gecko-dev.git
Always use the small throbber icon.
Remove arrows from move up / move down buttons in the filter list dialog.
This commit is contained in:
Родитель
cdba3dde86
Коммит
2cfe4e22a2
|
@ -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");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче