This commit is contained in:
ben%netscape.com 2000-08-26 03:00:51 +00:00
Родитель 41d8ee0c30
Коммит 42d08c9050
5 изменённых файлов: 32 добавлений и 19 удалений

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

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

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

@ -7,7 +7,7 @@
{
background-color : none;
behavior : url("chrome://global/content/xulBindings.xml#buttontop");
min-width : 0px;
min-width : 47px;
margin : 0px;
border : 1px solid transparent;
user-focus : ignore;
@ -189,14 +189,15 @@
padding : 2px 8px 2px 7px !important;
}
/** "Green" buttons, e.g. "Search"
* class="button-toolbar-3"
/** Low profile rollover buttons, e.g. "search"
**/
.button-toolbar-3
.button-toolbar-3,
.button-toolbar-3[disabled="true"],
.button-toolbar-3[disabled="true"]:hover,
.button-toolbar-3[disabled="true"]:hover:active
{
behavior : url("chrome://global/content/xulBindings.xml#buttonleft");
margin : 1px 1px 1px 4px !important;
font-weight : bold;
margin : 1px 1px 2px 4px !important;
border : 0px;
background-color : threedface;
min-width : 0px;
@ -205,16 +206,19 @@
.button-toolbar-3:hover, .button-toolbar-3:hover:active
{
margin : 0px 0px 0px 3px !important;
margin : 0px 0px 1px 3px !important;
border : 1px solid threeddarkshadow;
}
.button-toolbar-3 > .button-internal-box
.button-toolbar-3 > .button-internal-box,
.button-toolbar-3 > .button-internal-box[disabled="true"],
.button-toolbar-3:hover > .button-internal-box[disabled="true"],
.button-toolbar-3:hover:active > .button-internal-box[disabled="true"]
{
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
border-left : 1px solid threedhighlight !important;
border-top : 1px solid threedhighlight !important;
border-right : 1px solid threedshadow !important;
border-bottom : 1px solid threedshadow !important;
padding : 1px 4px 1px 4px;
}
@ -231,7 +235,7 @@
{
margin-right : 5px;
}
/** Expanding Region Button **/
/* outer frame */

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

@ -50,4 +50,4 @@ title
row[autostretch="never"]
{
vertical-align : middle;
}
}

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

@ -160,5 +160,13 @@
</xul:box>
</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>

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

@ -244,3 +244,4 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
{
list-style-image : url("chrome://global/skin/print-hover-active.gif");
}