Move some style rules from navigator.css to their rightful home in themes/**/brand.css b=144438 r=timeless sr=jag

This commit is contained in:
neil%parkwaycc.co.uk 2007-09-06 22:03:44 +00:00
Родитель a534c71935
Коммит 248d6b7664
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -70,6 +70,7 @@
list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
}
window[chromehidden~="toolbar"] #navigator-throbber,
#navigator-throbber[buttonstyle="text"],
#navigator-throbber[buttonstyle="pictures"],
#navigator-throbber[toolbarmode="small"] {
@ -77,6 +78,7 @@
list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
}
window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
#navigator-throbber[buttonstyle="text"][busy="true"],
#navigator-throbber[buttonstyle="pictures"][busy="true"],
#navigator-throbber[toolbarmode="small"][busy="true"] {

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

@ -72,12 +72,14 @@
margin: 4px 8px 2px 8px;
}
window[chromehidden~="toolbar"] #navigator-throbber,
#navigator-throbber[buttonstyle="text"],
#navigator-throbber[toolbarmode="small"] {
margin: 2px 4px 2px 6px;
list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
}
window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
#navigator-throbber[buttonstyle="text"][busy="true"],
#navigator-throbber[toolbarmode="small"][busy="true"] {
list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");