This commit is contained in:
ben%netscape.com 2000-08-26 03:14:13 +00:00
Родитель 2a3c8b9720
Коммит 588b09b40d
3 изменённых файлов: 8 добавлений и 10 удалений

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

@ -1,5 +1,5 @@
.throbber-button
#navigator-throbber
{
behavior : url("chrome://global/content/xulBindings.xml#buttontop");
border : 1px solid threeddarkshadow;
@ -9,7 +9,7 @@
cursor : pointer;
}
.throbber-button > .button-internal-box
#navigator-throbber > .button-internal-box
{
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
@ -18,12 +18,12 @@
padding : 1px;
}
.throbber-button > .button-internal-box > .button-text-container
#navigator-throbber > .button-internal-box > .button-text-container
{
display : none;
}
.throbber-button:hover:active > .button-internal-box
#navigator-throbber:hover:active > .button-internal-box
{
border-left : 1px solid threedshadow !important;
border-top : 1px solid threedshadow !important;
@ -32,7 +32,7 @@
padding : 2px 0xp 0xp 2px !important;
}
.throbber-button[busy="true"]
#navigator-throbber[busy="true"]
{
list-style-image : url("chrome://global/skin/animthrob.gif");
}

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

@ -161,12 +161,13 @@
</content>
</binding>
<!--
<binding id="throbber" extends="xul:box">
<content autostretch="never">
<button allowevents="true" class="throbber-button" inherits="throbberaction:oncommand,throbbertooltip:tooltip,throbbertooltiptext:tooltiptext"/>
</content>
</binding>
-->
</bindings>

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

@ -320,10 +320,7 @@ Contributor(s): ______________________________________. -->
</menupopup>
</menubutton>
<throbber id="navigator-throbber"
throbberaction="goClickThrobber('browser.throbber.url')"
throbbertooltip="aTooltip"
throbbertooltiptext="&throbber.tooltip;"/>
<button id="navigator-throbber" oncommand="goClickThrobber('browser.throbber.url')" tooltip="aTooltip" tooltiptext="&throbber.tooltip;"/>
</toolbar>
<toolbar id="PersonalToolbar" class="chromeclass-directories" persist="collapsed" dragdroparea="innermostBox"