Changes to throbber for sunbird

This commit is contained in:
mostafah%oeone.com 2004-02-03 20:03:02 +00:00
Родитель b4a8733213
Коммит 982d438cde
2 изменённых файлов: 20 добавлений и 5 удалений

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

@ -281,6 +281,21 @@
-moz-image-region: rect(0px 96px 21px 64px);
}
/*--------------------------------------------------------------------
* Throbber button
*-------------------------------------------------------------------*/
#navigator-throbber2 {
-moz-appearance: none;
-moz-user-focus: ignore;
margin: 0 !important;
border: none !important;
padding: 0px !important;
min-width: 0;
background-color: transparent;
list-style-image: url('chrome://calendar/content/sunbird_small.png');
}
/*
*****************************
MultiWeek

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

@ -453,12 +453,12 @@
observes="month_view_command"/>
<spacer flex="1"/>
<hbox id="throbber-box" align="center">
<button id="navigator-throbber2"
<toolbaritem id="throbber-box" align="center" pack="center">
<button id="navigator-throbber2"
oncommand="openAboutDialog();"
tooltiptext="&aboutCmd.label;"
style="list-style-image: url('chrome://calendar/content/sunbird_small.png');"/>
</hbox>
tooltiptext="&aboutCmd.label;"/>
</toolbaritem>
</toolbar>
</toolbox>