#46423 -> new modern skin. also updated classic skins i because of navigator.xul change earlier. Messenger compose and addressbook should now have the right toolbar buttons, and the nav bar in browser should stretch vertically to accomodate any urlbar font size. r=hewitt
|
@ -204,7 +204,8 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
|||
|
||||
#nav-bar-inner
|
||||
{
|
||||
padding-left : 6px;
|
||||
min-width : 0px;
|
||||
margin : 11px 0px 11px 6px;
|
||||
}
|
||||
|
||||
#search-button
|
||||
|
|
|
@ -183,7 +183,8 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
|||
|
||||
#nav-bar-inner
|
||||
{
|
||||
padding-left : 6px;
|
||||
min-width : 0px;
|
||||
margin : 11px 0px 11px 6px;
|
||||
}
|
||||
|
||||
#search-button
|
||||
|
|
|
@ -193,6 +193,13 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
|||
list-style-image : url("chrome://communicator/skin/bookmarks/location-clicked.gif");
|
||||
}
|
||||
|
||||
#ubhist-keyword-popup
|
||||
{
|
||||
margin : 0px 4px 0px 0px;
|
||||
width : 10px;
|
||||
list-style-image : url("chrome://global/skin/ubhist-arrow.gif");
|
||||
}
|
||||
|
||||
#content-frame
|
||||
{
|
||||
min-width : 0px;
|
||||
|
@ -201,7 +208,8 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
|||
|
||||
#nav-bar-inner
|
||||
{
|
||||
padding-left : 6px;
|
||||
min-width : 0px;
|
||||
margin : 11px 0px 11px 6px;
|
||||
}
|
||||
|
||||
#search-button
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
-moz-binding : url("chrome://global/content/xulBindings.xml#buttontop");
|
||||
list-style-image : url("chrome://global/skin/animthrob_single.gif");
|
||||
margin : 5px 1px 9px 8px;
|
||||
margin : 5px 11px 6px 8px;
|
||||
padding : 0px;
|
||||
cursor : pointer;
|
||||
border : 0px;
|
||||
|
@ -17,7 +17,7 @@
|
|||
|
||||
#navigator-throbber:hover:active
|
||||
{
|
||||
margin : 4px 0px 5px 9px;
|
||||
margin : 6px 10px 5px 9px;
|
||||
}
|
||||
|
||||
#navigator-throbber > .button-internal-box
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
-moz-border-radius : 0px;
|
||||
color : #FFFFFF;
|
||||
padding : 0px;
|
||||
font : 3mm arial;
|
||||
font : 11px arial;
|
||||
max-width : 10em;
|
||||
}
|
||||
|
||||
|
@ -75,7 +75,7 @@
|
|||
.button-toolbar-1
|
||||
{
|
||||
color : #D0E7E7;
|
||||
margin : 3px 2px 9px 2px;
|
||||
margin : 3px 2px 6px 2px;
|
||||
font-size : smaller;
|
||||
border : 0px;
|
||||
padding : 0px;
|
||||
|
@ -98,7 +98,7 @@
|
|||
.button-toolbar-1[disabled="true"]:hover,
|
||||
.button-toolbar-1[disabled="true"]:hover:active
|
||||
{
|
||||
margin : 3px 2px 9px 2px;
|
||||
margin : 3px 2px 6px 2px;
|
||||
border : none;
|
||||
}
|
||||
|
||||
|
@ -131,8 +131,9 @@
|
|||
**/
|
||||
.button-toolbar-2
|
||||
{
|
||||
-moz-binding : url(chrome://global/skin/globalBindings.xml#button-doubletext);
|
||||
color : #D0E7E7;
|
||||
margin : 3px 3px 0px 3px;
|
||||
margin : 3px 3px 1px 3px;
|
||||
font-size : smaller;
|
||||
border : 0px;
|
||||
padding : 0px;
|
||||
|
@ -182,7 +183,18 @@
|
|||
text-align : center;
|
||||
margin : 0px;
|
||||
border : 0px;
|
||||
margin-top : -2px;
|
||||
margin-top : -1px;
|
||||
}
|
||||
|
||||
.button-text-shadow
|
||||
{
|
||||
margin : 1px 0px 0px 3px;
|
||||
color : #394B6E;
|
||||
}
|
||||
|
||||
.button-text-shadow[disabled="true"]
|
||||
{
|
||||
display : none;
|
||||
}
|
||||
|
||||
|
||||
|
@ -195,7 +207,7 @@
|
|||
font-weight : bold;
|
||||
background-color : transparent;
|
||||
border : 0px;
|
||||
margin : 2px 7px 3px 0px;
|
||||
margin : 2px 7px 2px 0px;
|
||||
color : #2F405D;
|
||||
}
|
||||
|
||||
|
@ -205,7 +217,7 @@
|
|||
}
|
||||
|
||||
.three-slice-button-image-left {
|
||||
list-style-image : url(chrome://global/skin/button-3slice-normal-left.gif);
|
||||
background : url(chrome://global/skin/button-3slice-normal-left.gif) no-repeat;
|
||||
width : 5px;
|
||||
height : 20px;
|
||||
}
|
||||
|
@ -222,7 +234,7 @@
|
|||
}
|
||||
|
||||
.three-slice-button-image-right {
|
||||
list-style-image : url(chrome://global/skin/button-3slice-normal-right.gif);
|
||||
background : url(chrome://global/skin/button-3slice-normal-right.gif) no-repeat;
|
||||
width : 4px;
|
||||
height : 20px;
|
||||
}
|
||||
|
@ -240,7 +252,7 @@
|
|||
}
|
||||
|
||||
button.button-toolbar-3:hover:active > .three-slice-button-image-left {
|
||||
list-style-image : url(chrome://global/skin/button-3slice-active-left.gif);
|
||||
background : url(chrome://global/skin/button-3slice-active-left.gif) no-repeat;
|
||||
}
|
||||
|
||||
button.button-toolbar-3:hover:active > .three-slice-button-image-middle {
|
||||
|
@ -248,9 +260,22 @@
|
|||
}
|
||||
|
||||
button.button-toolbar-3:hover:active > .three-slice-button-image-right {
|
||||
list-style-image : url(chrome://global/skin/button-3slice-active-right.gif);
|
||||
background : url(chrome://global/skin/button-3slice-active-right.gif) no-repeat;
|
||||
}
|
||||
|
||||
button.button-toolbar-3[disabled="true"]:hover:active > .three-slice-button-image-left {
|
||||
list-style-image : none;
|
||||
}
|
||||
|
||||
button.button-toolbar-3[disabled="true"]:hover:active > .three-slice-button-image-middle {
|
||||
list-style-image : none;
|
||||
}
|
||||
|
||||
button.button-toolbar-3[disabled="true"]:hover:active > .three-slice-button-image-right {
|
||||
list-style-image : none;
|
||||
}
|
||||
|
||||
|
||||
/** Expanding Region Button **/
|
||||
|
||||
/* outer frame */
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
{
|
||||
-moz-binding : url("chrome://communicator/skin/menubuttonBindings.xml#menubutton-dual-foo");
|
||||
border : 0px solid red;
|
||||
margin : 3px 2px 9px 2px;
|
||||
margin : 3px 2px 6px 2px;
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
|
@ -70,7 +70,7 @@
|
|||
.menubutton-dual.toolbar[disabled="true"]:hover,
|
||||
.menubutton-dual.toolbar[disabled="true"]:hover:active
|
||||
{
|
||||
margin : 3px 2px 9px 2px;
|
||||
margin : 3px 2px 6px 2px;
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
|
@ -91,7 +91,7 @@
|
|||
|
||||
.button-toolbar-2.menubutton-dual-button > .button-internal-box > .button-text-container
|
||||
{
|
||||
padding-top : 5px;
|
||||
padding-top : 0px;
|
||||
}
|
||||
|
||||
.menubutton-dual-dropmarker
|
||||
|
|
|
@ -104,12 +104,12 @@
|
|||
|
||||
.taskbar-mb-middle-border-middle
|
||||
{
|
||||
border-top : 1px solid #2C3846;
|
||||
border-top : 1px solid #2B3746;
|
||||
}
|
||||
|
||||
.taskbar-mb-middle-border-inner
|
||||
{
|
||||
border-top : 1px solid #A9BED7;
|
||||
border-top : 1px solid #A9BED8;
|
||||
}
|
||||
|
||||
.taskbar-mb-image-right
|
||||
|
|
|
@ -5,38 +5,38 @@ toolbar
|
|||
{
|
||||
background-color : #394B6E;
|
||||
border-bottom : 1px solid #000000;
|
||||
border-top : 1px solid #A9B7D8;
|
||||
border-top : 1px solid #B6CADF;
|
||||
}
|
||||
|
||||
toolbargrippy
|
||||
{
|
||||
background : url("chrome://global/skin/tb-grippy-up.png") no-repeat bottom;
|
||||
background : url("chrome://global/skin/tb-grippy-up.gif") no-repeat bottom;
|
||||
width : 9px;
|
||||
height : 7px;
|
||||
margin : 0px 0px 3px 2px;
|
||||
margin : 0px 0px 0px 1px;
|
||||
}
|
||||
|
||||
toolbargrippy:hover:active
|
||||
{
|
||||
background : url("chrome://global/skin/tb-grippy-up-clicked.png") no-repeat bottom;
|
||||
background : url("chrome://global/skin/tb-grippy-up-clicked.gif") no-repeat bottom;
|
||||
}
|
||||
|
||||
.collapsed-tray-holder
|
||||
{
|
||||
background-color : #394B6E;
|
||||
border-bottom : 1px solid #11151F;
|
||||
border-top : 1px solid #A9B7D8;
|
||||
border-top : 1px solid #B6CADF;
|
||||
}
|
||||
|
||||
toolbargrippy[tbgrippy-collapsed="true"]
|
||||
{
|
||||
background : url(chrome://global/skin/tb-grippy-down.png) no-repeat bottom left;
|
||||
background : url(chrome://global/skin/tb-grippy-down.gif) no-repeat bottom left;
|
||||
margin : 1px 0px 1px 2px;
|
||||
}
|
||||
|
||||
toolbargrippy[tbgrippy-collapsed="true"]:hover:active
|
||||
{
|
||||
background : url("chrome://global/skin/tb-grippy-down-clicked.png") no-repeat bottom left;
|
||||
background : url("chrome://global/skin/tb-grippy-down-clicked.gif") no-repeat bottom left;
|
||||
}
|
||||
|
||||
|
||||
|
@ -73,7 +73,7 @@ toolbar[collapsed="true"] > toolbargrippy
|
|||
{
|
||||
-moz-binding : url("chrome://global/skin/globalBindings.xml#toolbar-primary");
|
||||
padding : 0px;
|
||||
border-bottom : 1px solid #354557;
|
||||
border-bottom : 1px solid #6583A2;
|
||||
border-top : 0px;
|
||||
background-color : transparent;
|
||||
background-image : none;
|
||||
|
@ -81,22 +81,22 @@ toolbar[collapsed="true"] > toolbargrippy
|
|||
|
||||
.toolbar-primary-image-left
|
||||
{
|
||||
background : url("chrome://global/skin/navbar-bg-leftcap.gif") no-repeat;
|
||||
list-style-image : url("chrome://global/skin/navbar-bg-leftcap.gif");
|
||||
width : 24px;
|
||||
height : 46px;
|
||||
height : 43px;
|
||||
}
|
||||
|
||||
.toolbar-primary-image-middle
|
||||
{
|
||||
background : url("chrome://global/skin/navbar-bg.gif") repeat-x;
|
||||
height : 46px;
|
||||
list-style-image : url("chrome://global/skin/navbar-bg.gif");
|
||||
height : 43px;
|
||||
}
|
||||
|
||||
.toolbar-primary-image-right
|
||||
{
|
||||
background : url("chrome://global/skin/navbar-bg-rightcap.gif") no-repeat;
|
||||
list-style-image : url("chrome://global/skin/navbar-bg-rightcap.gif");
|
||||
width : 24px;
|
||||
height : 46px;
|
||||
height : 43px;
|
||||
}
|
||||
|
||||
.toolbary-primary-grippy
|
||||
|
|
|
@ -141,10 +141,10 @@ taskbar-tab-hover.gif
|
|||
taskbar-tab-minimized.gif
|
||||
taskbar-tab-trans.gif
|
||||
taskbar-tab.gif
|
||||
tb-grippy-down-clicked.png
|
||||
tb-grippy-down.png
|
||||
tb-grippy-up-clicked.png
|
||||
tb-grippy-up.png
|
||||
tb-grippy-down-clicked.gif
|
||||
tb-grippy-down.gif
|
||||
tb-grippy-up-clicked.gif
|
||||
tb-grippy-up.gif
|
||||
textfield.css
|
||||
toolbar-begincap.gif
|
||||
toolbar-dropdown-hover.gif
|
||||
|
|
|
@ -181,10 +181,10 @@ EXPORT_RESOURCE_SAMPLES_3 = \
|
|||
return.gif \
|
||||
taskbar-addressbook-clicked.gif \
|
||||
taskbar-navigator-clicked.gif \
|
||||
tb-grippy-down-clicked.png \
|
||||
tb-grippy-down.png \
|
||||
tb-grippy-up-clicked.png \
|
||||
tb-grippy-up.png \
|
||||
tb-grippy-down-clicked.gif \
|
||||
tb-grippy-down.gif \
|
||||
tb-grippy-up-clicked.gif \
|
||||
tb-grippy-up.gif \
|
||||
textfield.css \
|
||||
toolbar-begincap.gif \
|
||||
toolbar-dropdown-hover.gif \
|
||||
|
|
|
@ -134,25 +134,6 @@
|
|||
padding : 0px;
|
||||
}
|
||||
|
||||
statusbar
|
||||
{
|
||||
/*-moz-binding : url("chrome://global/skin/globalBindings.xml#status-bar");*/
|
||||
}
|
||||
|
||||
.statusbar-left
|
||||
{
|
||||
width : 8px;
|
||||
list-style-image : url("chrome://global/skin/gray-bottomleft.gif");
|
||||
background-position : bottom left;
|
||||
}
|
||||
|
||||
.statusbar-right
|
||||
{
|
||||
width : 8px;
|
||||
list-style-image : url("chrome://global/skin/gray-bottomright.gif");
|
||||
background-position : bottom right;
|
||||
}
|
||||
|
||||
/**
|
||||
* html|iframe default sizing
|
||||
**/
|
||||
|
|
|
@ -5,6 +5,19 @@
|
|||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<binding id="button-doubletext" extends="chrome://global/content/xulBindings.xml#basetext">
|
||||
<content excludes="observes,template">
|
||||
<xul:box class="button-internal-box" orient="vertical" autostretch="never" flex="1">
|
||||
<xul:image class="button-icon" inherits="src"/>
|
||||
<xul:box orient="vertical" class="button-text-container" autostretch="never" flex="1">
|
||||
<xul:stack flex="1">
|
||||
<xul:text class="button-text-shadow" inherits="value,accesskey,crop,dragover-top,disabled"/>
|
||||
<xul:text class="button-text" inherits="value,accesskey,crop,dragover-top"/>
|
||||
</xul:stack>
|
||||
</xul:box>
|
||||
</xul:box>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="menubar" extends="xul:menubar">
|
||||
<content>
|
||||
|
@ -14,35 +27,33 @@
|
|||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="status-bar" extends="xul:box">
|
||||
<content>
|
||||
<xul:box>
|
||||
<xul:image class="statusbar-left"/>
|
||||
<xul:box autostretch="never" flex="1">
|
||||
<children/>
|
||||
</xul:box>
|
||||
<xul:image class="statusbar-right"/>
|
||||
</xul:box>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="toolbar-primary" extends="chrome://global/content/toolbarBindings.xml#toolbar">
|
||||
<content>
|
||||
<xul:box class="toolbar-primary-image-left">
|
||||
<xul:stack flex="1">
|
||||
<xul:box flex="1">
|
||||
<xul:image class="toolbar-primary-image-left"/>
|
||||
<xul:image flex="1" class="toolbar-primary-image-middle"/>
|
||||
<xul:image class="toolbar-primary-image-right"/>
|
||||
</xul:box>
|
||||
<xul:box flex="1">
|
||||
<xul:toolbargrippy inherits="tooltiptext=grippytooltiptext,tooltip=grippytooltip,last-toolbar"
|
||||
onclick="this.grippyClicked();" tbattr="toolbar-grippy"
|
||||
class="toolbar-primary-grippy"/>
|
||||
</xul:box>
|
||||
<xul:box flex="1" class="toolbar-primary-image-middle toolbar-holder" inherits="collapsed,last-toolbar,orient=tborient,autostretch=tbautostretch" autostretch="never">
|
||||
<xul:box flex="1" class="toolbar-holder" inherits="collapsed,last-toolbar,orient=tborient,autostretch=tbautostretch" autostretch="never">
|
||||
<children/>
|
||||
</xul:box>
|
||||
<xul:spring class="toolbar-primary-image-right"/>
|
||||
</xul:box>
|
||||
</xul:stack>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="nav-bar-inner" extends="xul:box">
|
||||
<content>
|
||||
<xul:image class="navbar-inner-groove-image-left"/>
|
||||
<xul:box orient="vertical">
|
||||
<xul:spring class="navbar-inner-groove-image-left-top"/>
|
||||
<xul:spring flex="1" class="navbar-inner-groove-image-left-middle"/>
|
||||
<xul:spring class="navbar-inner-groove-image-left-bottom"/>
|
||||
</xul:box>
|
||||
<xul:box flex="1" class="navbar-inner-border-outer">
|
||||
<xul:box flex="1" class="navbar-inner-border-middle">
|
||||
<xul:box flex="1" class="navbar-inner-border-inner">
|
||||
|
@ -50,25 +61,37 @@
|
|||
</xul:box>
|
||||
</xul:box>
|
||||
</xul:box>
|
||||
<xul:image class="navbar-inner-groove-image-right"/>
|
||||
<xul:box orient="vertical">
|
||||
<xul:spring class="navbar-inner-groove-image-right-top"/>
|
||||
<xul:spring flex="1" class="navbar-inner-groove-image-right-middle"/>
|
||||
<xul:spring class="navbar-inner-groove-image-right-bottom"/>
|
||||
</xul:box>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="urlbar-group" extends="xul:box">
|
||||
<content>
|
||||
<xul:image class="urlbar-image-left"/>
|
||||
<xul:box orient="vertical">
|
||||
<xul:spring class="urlbar-image-left-top"/>
|
||||
<xul:spring flex="1" class="urlbar-image-left-middle"/>
|
||||
<xul:spring class="urlbar-image-left-bottom"/>
|
||||
</xul:box>
|
||||
<xul:box flex="1" class="urlbar-border-outer">
|
||||
<xul:box flex="1" class="urlbar-border-inner">
|
||||
<children/>
|
||||
</xul:box>
|
||||
</xul:box>
|
||||
<xul:image class="urlbar-image-right"/>
|
||||
<xul:box orient="vertical">
|
||||
<xul:spring class="urlbar-image-right-top"/>
|
||||
<xul:spring flex="1" class="urlbar-image-right-middle"/>
|
||||
<xul:spring class="urlbar-image-right-bottom"/>
|
||||
</xul:box>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="three-slice-button" extends="chrome://global/content/xulBindings.xml#basetext">
|
||||
<content excludes="observes,template">
|
||||
<xul:image class="three-slice-button-image-left" inherits="default,disabled"/>
|
||||
<xul:spring class="three-slice-button-image-left" inherits="default,disabled"/>
|
||||
<xul:box flex="1" class="three-slice-button-image-middle" inherits="default,disabled" orient="vertical" align="center">
|
||||
<xul:spring flex="1" class="three-slice-button-top-spring"/>
|
||||
<xul:box flex="1">
|
||||
|
@ -79,7 +102,7 @@
|
|||
</xul:box>
|
||||
<xul:spring flex="1" class="three-slice-button-bottom-spring"/>
|
||||
</xul:box>
|
||||
<xul:image class="three-slice-button-image-right" inherits="default,disabled"/>
|
||||
<xul:spring class="three-slice-button-image-right" inherits="default,disabled"/>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
|
|
|
@ -171,10 +171,10 @@ install::
|
|||
$(MAKE_INSTALL) taskbar-tab-minimized.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) taskbar-tab-trans.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) taskbar-tab.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) tb-grippy-down-clicked.png $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) tb-grippy-down.png $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) tb-grippy-up-clicked.png $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) tb-grippy-up.png $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) tb-grippy-down-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) tb-grippy-down.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) tb-grippy-up-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) tb-grippy-up.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) textfield.css $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) toolbar-begincap.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
$(MAKE_INSTALL) toolbar-dropdown-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
|
||||
|
|
Двоичные данные
themes/modern/global/navbar-bg-leftcap.gif
До Ширина: | Высота: | Размер: 1.7 KiB После Ширина: | Высота: | Размер: 1.7 KiB |
Двоичные данные
themes/modern/global/navbar-bg-rightcap.gif
До Ширина: | Высота: | Размер: 1.8 KiB После Ширина: | Высота: | Размер: 1.7 KiB |
Двоичные данные
themes/modern/global/navbar-bg.gif
До Ширина: | Высота: | Размер: 1.2 KiB После Ширина: | Высота: | Размер: 559 B |
|
@ -193,10 +193,10 @@ skins/modern.jar:
|
|||
global/skin/taskbar-mail.gif (global/taskbar-mail.gif)
|
||||
global/skin/taskbar-navigator-clicked.gif (global/taskbar-navigator-clicked.gif)
|
||||
global/skin/taskbar-navigator.gif (global/taskbar-navigator.gif)
|
||||
global/skin/tb-grippy-down.png (global/tb-grippy-down.png)
|
||||
global/skin/tb-grippy-up-clicked.png (global/tb-grippy-up-clicked.png)
|
||||
global/skin/tb-grippy-up.png (global/tb-grippy-up.png)
|
||||
global/skin/tb-grippy-down-clicked.png (global/tb-grippy-down-clicked.png)
|
||||
global/skin/tb-grippy-down.gif (global/tb-grippy-down.gif)
|
||||
global/skin/tb-grippy-up-clicked.gif (global/tb-grippy-up-clicked.gif)
|
||||
global/skin/tb-grippy-up.gif (global/tb-grippy-up.gif)
|
||||
global/skin/tb-grippy-down-clicked.gif (global/tb-grippy-down-clicked.gif)
|
||||
messenger/skin/AccountManager.css (messenger/AccountManager.css)
|
||||
messenger/skin/addtoab.gif (messenger/addtoab.gif)
|
||||
messenger/skin/attach.gif (messenger/attach.gif)
|
||||
|
@ -354,6 +354,20 @@ skins/modern.jar:
|
|||
navigator/skin/urlbar-left.gif (navigator/urlbar-left.gif)
|
||||
navigator/skin/urlbar-middle.gif (navigator/urlbar-middle.gif)
|
||||
navigator/skin/urlbar-right.gif (navigator/urlbar-right.gif)
|
||||
navigator/skin/navbar-groove-left-bottom.gif (navigator/navbar-groove-left-bottom.gif)
|
||||
navigator/skin/navbar-groove-left-middle.gif (navigator/navbar-groove-left-middle.gif)
|
||||
navigator/skin/navbar-groove-left-top.gif (navigator/navbar-groove-left-top.gif)
|
||||
navigator/skin/navbar-groove-middle-bottom.gif (navigator/navbar-groove-middle-bottom.gif)
|
||||
navigator/skin/navbar-groove-middle-top.gif (navigator/navbar-groove-middle-top.gif)
|
||||
navigator/skin/navbar-groove-right-bottom.gif (navigator/navbar-groove-right-bottom.gif)
|
||||
navigator/skin/navbar-groove-right-middle.gif (navigator/navbar-groove-right-middle.gif)
|
||||
navigator/skin/navbar-groove-right-top.gif (navigator/navbar-groove-right-top.gif)
|
||||
navigator/skin/urlbar-left-bottom.gif (navigator/urlbar-left-bottom.gif)
|
||||
navigator/skin/urlbar-left-middle.gif (navigator/urlbar-left-middle.gif)
|
||||
navigator/skin/urlbar-left-top.gif (navigator/urlbar-left-top.gif)
|
||||
navigator/skin/urlbar-right-bottom.gif (navigator/urlbar-right-bottom.gif)
|
||||
navigator/skin/urlbar-right-middle.gif (navigator/urlbar-right-middle.gif)
|
||||
navigator/skin/urlbar-right-top.gif (navigator/urlbar-right-top.gif)
|
||||
communicator/skin/bookmarks/bookmark-folder-closed-sel.gif (communicator/bookmarks/bookmark-folder-closed-sel.gif)
|
||||
communicator/skin/bookmarks/bookmark-folder-closed.gif (communicator/bookmarks/bookmark-folder-closed.gif)
|
||||
communicator/skin/bookmarks/bookmark-folder-open-sel.gif (communicator/bookmarks/bookmark-folder-open-sel.gif)
|
||||
|
@ -484,6 +498,18 @@ skins/modern.jar:
|
|||
messenger/skin/addressbook/newmsgab.gif (messenger/addressbook/newmsgab.gif)
|
||||
messenger/skin/addressbook/person.gif (messenger/addressbook/person.gif)
|
||||
messenger/skin/addressbook/property.gif (messenger/addressbook/property.gif)
|
||||
messenger/skin/addressbook/edit-clicked.gif (messenger/addressbook/edit-clicked.gif)
|
||||
messenger/skin/addressbook/edit-disabled.gif (messenger/addressbook/edit-disabled.gif)
|
||||
messenger/skin/addressbook/edit-hover.gif (messenger/addressbook/edit-hover.gif)
|
||||
messenger/skin/addressbook/newcard-clicked.gif (messenger/addressbook/newcard-clicked.gif)
|
||||
messenger/skin/addressbook/newcard-disabled.gif (messenger/addressbook/newcard-disabled.gif)
|
||||
messenger/skin/addressbook/newcard-hover.gif (messenger/addressbook/newcard-hover.gif)
|
||||
messenger/skin/addressbook/newlist-clicked.gif (messenger/addressbook/newlist-clicked.gif)
|
||||
messenger/skin/addressbook/newlist-disabled.gif (messenger/addressbook/newlist-disabled.gif)
|
||||
messenger/skin/addressbook/newlist-hover.gif (messenger/addressbook/newlist-hover.gif)
|
||||
messenger/skin/addressbook/newmsgab-clicked.gif (messenger/addressbook/newmsgab-clicked.gif)
|
||||
messenger/skin/addressbook/newmsgab-disabled.gif (messenger/addressbook/newmsgab-disabled.gif)
|
||||
messenger/skin/addressbook/newmsgab-hover.gif (messenger/addressbook/newmsgab-hover.gif)
|
||||
messenger/skin/messengercompose/address.gif (messenger/messengercompose/address.gif)
|
||||
messenger/skin/messengercompose/attach.gif (messenger/messengercompose/attach.gif)
|
||||
messenger/skin/messengercompose/messengercompose.css (messenger/messengercompose/messengercompose.css)
|
||||
|
@ -495,6 +521,24 @@ skins/modern.jar:
|
|||
messenger/skin/messengercompose/sendConvAltering.gif (messenger/messengercompose/sendConvAltering.gif)
|
||||
messenger/skin/messengercompose/sendConvNo.gif (messenger/messengercompose/sendConvNo.gif)
|
||||
messenger/skin/messengercompose/sendConvYes.gif (messenger/messengercompose/sendConvYes.gif)
|
||||
messenger/skin/messengercompose/address-clicked.gif (messenger/messengercompose/address-clicked.gif)
|
||||
messenger/skin/messengercompose/address-disabled.gif (messenger/messengercompose/address-disabled.gif)
|
||||
messenger/skin/messengercompose/address-hover.gif (messenger/messengercompose/address-hover.gif)
|
||||
messenger/skin/messengercompose/attach-clicked.gif (messenger/messengercompose/attach-clicked.gif)
|
||||
messenger/skin/messengercompose/attach-disabled.gif (messenger/messengercompose/attach-disabled.gif)
|
||||
messenger/skin/messengercompose/attach-hover.gif (messenger/messengercompose/attach-hover.gif)
|
||||
messenger/skin/messengercompose/quote-clicked.gif (messenger/messengercompose/quote-clicked.gif)
|
||||
messenger/skin/messengercompose/quote-disabled.gif (messenger/messengercompose/quote-disabled.gif)
|
||||
messenger/skin/messengercompose/quote-hover.gif (messenger/messengercompose/quote-hover.gif)
|
||||
messenger/skin/messengercompose/save-clicked.gif (messenger/messengercompose/save-clicked.gif)
|
||||
messenger/skin/messengercompose/save-disabled.gif (messenger/messengercompose/save-disabled.gif)
|
||||
messenger/skin/messengercompose/save-hover.gif (messenger/messengercompose/save-hover.gif)
|
||||
messenger/skin/messengercompose/send-clicked.gif (messenger/messengercompose/send-clicked.gif)
|
||||
messenger/skin/messengercompose/send-disabled.gif (messenger/messengercompose/send-disabled.gif)
|
||||
messenger/skin/messengercompose/send-hover.gif (messenger/messengercompose/send-hover.gif)
|
||||
messenger/skin/messengercompose/spelling-clicked.gif (messenger/messengercompose/spelling-clicked.gif)
|
||||
messenger/skin/messengercompose/spelling-disabled.gif (messenger/messengercompose/spelling-disabled.gif)
|
||||
messenger/skin/messengercompose/spelling-hover.gif (messenger/messengercompose/spelling-hover.gif)
|
||||
editor/skin/images/bold_disabled.gif (editor/images/bold_disabled.gif)
|
||||
editor/skin/images/bullets_disabled.gif (editor/images/bullets_disabled.gif)
|
||||
editor/skin/images/center_disabled.gif (editor/images/center_disabled.gif)
|
||||
|
|
|
@ -9,3 +9,15 @@ newlist.gif
|
|||
newmsgab.gif
|
||||
person.gif
|
||||
property.gif
|
||||
edit-clicked.gif
|
||||
edit-disabled.gif
|
||||
edit-hover.gif
|
||||
newcard-clicked.gif
|
||||
newcard-disabled.gif
|
||||
newcard-hover.gif
|
||||
newlist-clicked.gif
|
||||
newlist-disabled.gif
|
||||
newlist-hover.gif
|
||||
newmsgab-clicked.gif
|
||||
newmsgab-disabled.gif
|
||||
newmsgab-hover.gif
|
||||
|
|
|
@ -41,6 +41,18 @@ EXPORT_RESOURCE_SAMPLES = \
|
|||
person.gif \
|
||||
list.gif \
|
||||
myaddrbk.gif \
|
||||
edit-clicked.gif \
|
||||
edit-disabled.gif \
|
||||
edit-hover.gif \
|
||||
newcard-clicked.gif \
|
||||
newcard-disabled.gif \
|
||||
newcard-hover.gif \
|
||||
newlist-clicked.gif \
|
||||
newlist-disabled.gif \
|
||||
newlist-hover.gif \
|
||||
newmsgab-clicked.gif \
|
||||
newmsgab-disabled.gif \
|
||||
newmsgab-hover.gif \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -132,30 +132,136 @@ tree[class="abResults"] treeitem > treerow > treecell.cardicon {
|
|||
visibility: collapse;
|
||||
}
|
||||
|
||||
#button-newcard, #button-newlist, #button-editcard, #button-newmessage, #button-delete, #button-stop {
|
||||
min-width : 55px;
|
||||
}
|
||||
|
||||
#button-newcard {
|
||||
list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif");
|
||||
}
|
||||
|
||||
#button-newcard[disabled="true"],
|
||||
#button-newcard[disabled="true"]:hover,
|
||||
#button-newcard[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/newcard-disabled.gif");
|
||||
}
|
||||
|
||||
#button-newcard:hover
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/newcard-hover.gif");
|
||||
}
|
||||
|
||||
#button-newcard:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/newcard-clicked.gif");
|
||||
}
|
||||
|
||||
#button-newlist {
|
||||
list-style-image:url("chrome://messenger/skin/addressbook/newlist.gif");
|
||||
}
|
||||
|
||||
#button-newlist[disabled="true"],
|
||||
#button-newlist[disabled="true"]:hover,
|
||||
#button-newlist[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/newlist-disabled.gif");
|
||||
}
|
||||
|
||||
#button-newlist:hover
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/newlist-hover.gif");
|
||||
}
|
||||
|
||||
#button-newlist:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/newlist-clicked.gif");
|
||||
}
|
||||
|
||||
#button-editcard {
|
||||
list-style-image:url("chrome://messenger/skin/addressbook/edit.gif");
|
||||
}
|
||||
|
||||
#button-editcard[disabled="true"],
|
||||
#button-editcard[disabled="true"]:hover,
|
||||
#button-editcard[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/edit-disabled.gif");
|
||||
}
|
||||
|
||||
#button-editcard:hover
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/edit-hover.gif");
|
||||
}
|
||||
|
||||
#button-editcard:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/edit-clicked.gif");
|
||||
}
|
||||
|
||||
#button-newmessage {
|
||||
list-style-image:url("chrome://messenger/skin/addressbook/newmsgab.gif");
|
||||
}
|
||||
|
||||
#button-elete {
|
||||
#button-newmessage[disabled="true"],
|
||||
#button-newmessage[disabled="true"]:hover,
|
||||
#button-newmessage[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/newmsgab-disabled.gif");
|
||||
}
|
||||
|
||||
#button-newmessage:hover
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/newmsgab-hover.gif");
|
||||
}
|
||||
|
||||
#button-newmessage:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/addressbook/newmsgab-clicked.gif");
|
||||
}
|
||||
|
||||
#button-delete {
|
||||
list-style-image:url("chrome://messenger/skin/trash.gif");
|
||||
}
|
||||
|
||||
#button-delete[disabled="true"],
|
||||
#button-delete[disabled="true"]:hover,
|
||||
#button-delete[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/trash-disabled.gif");
|
||||
}
|
||||
|
||||
#button-delete:hover
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/trash-hover.gif");
|
||||
}
|
||||
|
||||
#button-delete:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/trash-clicked.gif");
|
||||
}
|
||||
|
||||
#button-stop {
|
||||
list-style-image:url("chrome://global/skin/stop.gif");
|
||||
}
|
||||
|
||||
#button-stop[disabled="true"],
|
||||
#button-stop[disabled="true"]:hover,
|
||||
#button-stop[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/stop-disabled.gif");
|
||||
}
|
||||
|
||||
#button-stop:hover
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/stop-hover.gif");
|
||||
}
|
||||
|
||||
#button-stop:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/stop-clicked.gif");
|
||||
}
|
||||
|
||||
#button-search {
|
||||
list-style-image:url("chrome://global/skin/search.gif");
|
||||
}
|
||||
|
|
Двоичные данные
themes/modern/messenger/addressbook/edit.gif
До Ширина: | Высота: | Размер: 879 B После Ширина: | Высота: | Размер: 1.4 KiB |
|
@ -39,3 +39,15 @@ install::
|
|||
$(MAKE_INSTALL) newmsgab.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) person.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) property.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) edit-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) edit-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) edit-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) newcard-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) newcard-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) newcard-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) newlist-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) newlist-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) newlist-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) newmsgab-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) newmsgab-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
$(MAKE_INSTALL) newmsgab-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\addressbook
|
||||
|
|
Двоичные данные
themes/modern/messenger/addressbook/newcard.gif
До Ширина: | Высота: | Размер: 87 B После Ширина: | Высота: | Размер: 1.4 KiB |
Двоичные данные
themes/modern/messenger/addressbook/newlist.gif
До Ширина: | Высота: | Размер: 90 B После Ширина: | Высота: | Размер: 1.4 KiB |
Двоичные данные
themes/modern/messenger/addressbook/newmsgab.gif
До Ширина: | Высота: | Размер: 874 B После Ширина: | Высота: | Размер: 1.4 KiB |
|
@ -246,12 +246,18 @@ iframe {
|
|||
|
||||
#button-print
|
||||
{
|
||||
-moz-binding : url("chrome://communicator/skin/menubuttonBindings.xml#menubutton-dual-foo");
|
||||
-moz-binding : url("chrome://communicator/skin/menubuttonBindings.xml#menubutton-dual-standard");
|
||||
list-style-image : url("chrome://global/skin/print.gif");
|
||||
margin : 3px 3px 0px 3px;
|
||||
margin : 3px 3px 1px 3px;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
#button-print > .menubutton-dual-stack > .menubutton-dual-button
|
||||
{
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
#button-print[disabled="true"],
|
||||
#button-print[disabled="true"]:hover,
|
||||
#button-print[disabled="true"]:hover:active,
|
||||
|
|
|
@ -1,12 +1,30 @@
|
|||
#!dest messenger:skin:messengercompose
|
||||
address-clicked.gif
|
||||
address-disabled.gif
|
||||
address-hover.gif
|
||||
address.gif
|
||||
attach-clicked.gif
|
||||
attach-disabled.gif
|
||||
attach-hover.gif
|
||||
attach.gif
|
||||
messengercompose.css
|
||||
quote-clicked.gif
|
||||
quote-disabled.gif
|
||||
quote-hover.gif
|
||||
quote.gif
|
||||
save-clicked.gif
|
||||
save-disabled.gif
|
||||
save-hover.gif
|
||||
save.gif
|
||||
send-clicked.gif
|
||||
send-disabled.gif
|
||||
send-hover.gif
|
||||
send.gif
|
||||
spelling.gif
|
||||
stop.gif
|
||||
sendConvAltering.gif
|
||||
sendConvNo.gif
|
||||
sendConvYes.gif
|
||||
spelling-clicked.gif
|
||||
spelling-disabled.gif
|
||||
spelling-hover.gif
|
||||
spelling.gif
|
||||
stop.gif
|
||||
|
|
|
@ -42,6 +42,24 @@ EXPORT_RESOURCE_SAMPLES = \
|
|||
sendConvAltering.gif \
|
||||
sendConvNo.gif \
|
||||
sendConvYes.gif \
|
||||
address-clicked.gif \
|
||||
address-disabled.gif \
|
||||
address-hover.gif \
|
||||
attach-clicked.gif \
|
||||
attach-disabled.gif \
|
||||
attach-hover.gif \
|
||||
quote-clicked.gif \
|
||||
quote-disabled.gif \
|
||||
quote-hover.gif \
|
||||
save-clicked.gif \
|
||||
save-disabled.gif \
|
||||
save-hover.gif \
|
||||
send-clicked.gif \
|
||||
send-disabled.gif \
|
||||
send-hover.gif \
|
||||
spelling-clicked.gif \
|
||||
spelling-disabled.gif \
|
||||
spelling-hover.gif \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Двоичные данные
themes/modern/messenger/messengercompose/address.gif
До Ширина: | Высота: | Размер: 872 B После Ширина: | Высота: | Размер: 1.3 KiB |
Двоичные данные
themes/modern/messenger/messengercompose/attach.gif
До Ширина: | Высота: | Размер: 873 B После Ширина: | Высота: | Размер: 1.4 KiB |
|
@ -40,3 +40,21 @@ install::
|
|||
$(MAKE_INSTALL) sendConvAltering.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) sendConvNo.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) sendConvYes.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) address-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) address-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) address-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) attach-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) attach-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) attach-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) quote-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) quote-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) quote-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) save-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) save-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) save-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) send-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) send-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) send-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) spelling-clicked.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) spelling-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
$(MAKE_INSTALL) spelling-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin\messengercompose
|
||||
|
|
|
@ -77,34 +77,158 @@ textfield.addressingWidget[autocomplete="true"] > box
|
|||
border : none;
|
||||
}
|
||||
|
||||
#button-send, #button-address, #button-attach, #button-quote, #button-spelling, #button-save, #button-stop
|
||||
{
|
||||
min-width : 48px;
|
||||
}
|
||||
|
||||
#button-send {
|
||||
list-style-image:url("chrome://messenger/skin/messengercompose/send.gif");
|
||||
}
|
||||
|
||||
#button-send[disabled="true"],
|
||||
#button-send[disabled="true"]:hover,
|
||||
#button-send[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/send-disabled.gif");
|
||||
}
|
||||
|
||||
#button-send:hover
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/send-hover.gif");
|
||||
}
|
||||
|
||||
#button-send:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/send-clicked.gif");
|
||||
}
|
||||
|
||||
#button-address {
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/address.gif");
|
||||
}
|
||||
|
||||
#button-address[disabled="true"],
|
||||
#button-address[disabled="true"]:hover,
|
||||
#button-address[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/address-disabled.gif");
|
||||
}
|
||||
|
||||
#button-address:hover
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/address-hover.gif");
|
||||
}
|
||||
|
||||
#button-address:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/address-clicked.gif");
|
||||
}
|
||||
|
||||
#button-attach {
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/attach.gif");
|
||||
}
|
||||
|
||||
#button-attach[disabled="true"],
|
||||
#button-attach[disabled="true"]:hover,
|
||||
#button-attach[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/attach-disabled.gif");
|
||||
}
|
||||
|
||||
#button-attach:hover
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/attach-hover.gif");
|
||||
}
|
||||
|
||||
#button-attach:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/attach-clicked.gif");
|
||||
}
|
||||
|
||||
#button-quote {
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/quote.gif");
|
||||
}
|
||||
|
||||
#button-quote[disabled="true"],
|
||||
#button-quote[disabled="true"]:hover,
|
||||
#button-quote[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/quote-disabled.gif");
|
||||
}
|
||||
|
||||
#button-quote:hover
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/quote-hover.gif");
|
||||
}
|
||||
|
||||
#button-quote:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/quote-clicked.gif");
|
||||
}
|
||||
|
||||
#button-spelling {
|
||||
list-style-image:url("chrome://messenger/skin/messengercompose/spelling.gif");
|
||||
}
|
||||
|
||||
#button-spelling[disabled="true"],
|
||||
#button-spelling[disabled="true"]:hover,
|
||||
#button-spelling[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/spelling-disabled.gif");
|
||||
}
|
||||
|
||||
#button-spelling:hover
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/spelling-hover.gif");
|
||||
}
|
||||
|
||||
#button-spelling:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/spelling-clicked.gif");
|
||||
}
|
||||
|
||||
#button-save {
|
||||
list-style-image:url("chrome://messenger/skin/messengercompose/save.gif");
|
||||
}
|
||||
|
||||
#button-save[disabled="true"],
|
||||
#button-save[disabled="true"]:hover,
|
||||
#button-save[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/save-disabled.gif");
|
||||
}
|
||||
|
||||
#button-save:hover
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/save-hover.gif");
|
||||
}
|
||||
|
||||
#button-save:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://messenger/skin/messengercompose/save-clicked.gif");
|
||||
}
|
||||
|
||||
#button-stop {
|
||||
list-style-image:url("chrome://global/skin/stop.gif");
|
||||
}
|
||||
|
||||
#button-stop[disabled="true"],
|
||||
#button-stop[disabled="true"]:hover,
|
||||
#button-stop[disabled="true"]:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/stop-disabled.gif");
|
||||
}
|
||||
|
||||
#button-stop:hover
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/stop-hover.gif");
|
||||
}
|
||||
|
||||
#button-stop:hover:active
|
||||
{
|
||||
list-style-image : url("chrome://global/skin/stop-clicked.gif");
|
||||
}
|
||||
|
||||
toolbar#MsgHeadersToolbar {
|
||||
border-bottom: 1px solid #999999;
|
||||
}
|
||||
|
|
Двоичные данные
themes/modern/messenger/messengercompose/quote.gif
До Ширина: | Высота: | Размер: 865 B После Ширина: | Высота: | Размер: 1.3 KiB |
Двоичные данные
themes/modern/messenger/messengercompose/save.gif
До Ширина: | Высота: | Размер: 872 B После Ширина: | Высота: | Размер: 1.4 KiB |
Двоичные данные
themes/modern/messenger/messengercompose/send.gif
До Ширина: | Высота: | Размер: 79 B После Ширина: | Высота: | Размер: 1.4 KiB |
Двоичные данные
themes/modern/messenger/messengercompose/spelling.gif
До Ширина: | Высота: | Размер: 873 B После Ширина: | Высота: | Размер: 1.4 KiB |
|
@ -35,3 +35,17 @@ ubhist-keyword-popup.gif
|
|||
urlbar-left.gif
|
||||
urlbar-middle.gif
|
||||
urlbar-right.gif
|
||||
navbar-groove-left-bottom.gif
|
||||
navbar-groove-left-middle.gif
|
||||
navbar-groove-left-top.gif
|
||||
navbar-groove-middle-bottom.gif
|
||||
navbar-groove-middle-top.gif
|
||||
navbar-groove-right-bottom.gif
|
||||
navbar-groove-right-middle.gif
|
||||
navbar-groove-right-top.gif
|
||||
urlbar-left-bottom.gif
|
||||
urlbar-left-middle.gif
|
||||
urlbar-left-top.gif
|
||||
urlbar-right-bottom.gif
|
||||
urlbar-right-middle.gif
|
||||
urlbar-right-top.gif
|
||||
|
|
|
@ -67,6 +67,20 @@ EXPORT_RESOURCE_SAMPLES = \
|
|||
urlbar-left.gif \
|
||||
urlbar-middle.gif \
|
||||
urlbar-right.gif \
|
||||
navbar-groove-left-bottom.gif \
|
||||
navbar-groove-left-middle.gif \
|
||||
navbar-groove-left-top.gif \
|
||||
navbar-groove-middle-bottom.gif \
|
||||
navbar-groove-middle-top.gif \
|
||||
navbar-groove-right-bottom.gif \
|
||||
navbar-groove-right-middle.gif \
|
||||
navbar-groove-right-top.gif \
|
||||
urlbar-left-bottom.gif \
|
||||
urlbar-left-middle.gif \
|
||||
urlbar-left-top.gif \
|
||||
urlbar-right-bottom.gif \
|
||||
urlbar-right-middle.gif \
|
||||
urlbar-right-top.gif \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -65,3 +65,17 @@ install::
|
|||
$(MAKE_INSTALL) urlbar-left.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) urlbar-middle.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) urlbar-right.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) navbar-groove-left-bottom.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) navbar-groove-left-middle.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) navbar-groove-left-top.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) navbar-groove-middle-bottom.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) navbar-groove-middle-top.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) navbar-groove-right-bottom.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) navbar-groove-right-middle.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) navbar-groove-right-top.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) urlbar-left-bottom.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) urlbar-left-middle.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) urlbar-left-top.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) urlbar-right-bottom.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) urlbar-right-middle.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
$(MAKE_INSTALL) urlbar-right-top.gif $(DIST)\bin\chrome\skins\$(THEME)\navigator\skin
|
||||
|
|
|
@ -140,7 +140,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
|||
{
|
||||
-moz-binding : url("chrome://communicator/skin/menubuttonBindings.xml#menubutton-dual-foo");
|
||||
list-style-image : url("chrome://global/skin/print.gif");
|
||||
margin : 6px 6px 10px 6px;
|
||||
margin : 6px 6px 6px 6px;
|
||||
}
|
||||
|
||||
#print-button[disabled="true"],
|
||||
|
@ -179,24 +179,51 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
|||
|
||||
/*all the urlbar stuff*/
|
||||
|
||||
#nav-bar > .toolbar-primary-image-left, #nav-bar > .toolbar-primary-image-middle,
|
||||
#nav-bar > .toolbar-primary-image-right
|
||||
{
|
||||
max-height : 43px;
|
||||
}
|
||||
|
||||
#nav-bar-inner
|
||||
{
|
||||
-moz-binding : url("chrome://global/skin/globalBindings.xml#nav-bar-inner");
|
||||
padding-left : 6px;
|
||||
margin-top : -3px;
|
||||
margin : 6px 0px 6px 6px;
|
||||
min-width : 0px;
|
||||
}
|
||||
|
||||
.navbar-inner-groove-image-left
|
||||
.navbar-inner-groove-image-left-top
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/navbar-inner-groove-left.gif");
|
||||
background : url("chrome://navigator/skin/navbar-groove-left-top.gif") no-repeat;
|
||||
height : 15px;
|
||||
width : 6px;
|
||||
}
|
||||
|
||||
.navbar-inner-groove-image-left-middle
|
||||
{
|
||||
background : url("chrome://navigator/skin/navbar-groove-left-middle.gif") repeat-y;
|
||||
width : 6px;
|
||||
}
|
||||
|
||||
.navbar-inner-groove-image-left-bottom
|
||||
{
|
||||
background : url("chrome://navigator/skin/navbar-groove-left-bottom.gif") no-repeat;
|
||||
height : 15px;
|
||||
width : 6px;
|
||||
}
|
||||
|
||||
.navbar-inner-groove-image-right-top
|
||||
{
|
||||
background : url("chrome://navigator/skin/navbar-groove-right-top.gif") no-repeat;
|
||||
height : 15px;
|
||||
width : 6px;
|
||||
}
|
||||
|
||||
.navbar-inner-groove-image-right-middle
|
||||
{
|
||||
background : url("chrome://navigator/skin/navbar-groove-right-middle.gif") repeat-y;
|
||||
width : 6px;
|
||||
}
|
||||
|
||||
.navbar-inner-groove-image-right-bottom
|
||||
{
|
||||
background : url("chrome://navigator/skin/navbar-groove-right-bottom.gif") no-repeat;
|
||||
height : 15px;
|
||||
width : 6px;
|
||||
height : 31px;
|
||||
}
|
||||
|
||||
/* 3px border on top and bottom of navbar-inner */
|
||||
|
@ -205,7 +232,6 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
|||
{
|
||||
border-top : 1px solid #A0B3C7;
|
||||
border-bottom : 1px solid #7C92AF;
|
||||
height : 30px;
|
||||
}
|
||||
|
||||
.navbar-inner-border-middle
|
||||
|
@ -220,24 +246,50 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
|||
border-bottom : 1px solid #556D8B;
|
||||
}
|
||||
|
||||
.navbar-inner-groove-image-right
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/navbar-inner-groove-right.gif");
|
||||
width : 6px;
|
||||
height : 31px;
|
||||
}
|
||||
|
||||
#urlbar-group
|
||||
{
|
||||
-moz-binding : url("chrome://global/skin/globalBindings.xml#urlbar-group");
|
||||
margin : 3px 8px 4px 2px;
|
||||
}
|
||||
|
||||
.urlbar-image-left
|
||||
.urlbar-image-left-top
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/urlbar-left.gif");
|
||||
background : url("chrome://navigator/skin/urlbar-left-top.gif") no-repeat;
|
||||
width : 3px;
|
||||
height : 18px;
|
||||
height : 4px;
|
||||
}
|
||||
|
||||
.urlbar-image-left-middle
|
||||
{
|
||||
background : url("chrome://navigator/skin/urlbar-left-middle.gif") repeat-y;
|
||||
width : 3px;
|
||||
}
|
||||
|
||||
.urlbar-image-left-bottom
|
||||
{
|
||||
background : url("chrome://navigator/skin/urlbar-left-bottom.gif") no-repeat;
|
||||
width : 3px;
|
||||
height : 4px;
|
||||
}
|
||||
|
||||
.urlbar-image-right-top
|
||||
{
|
||||
background : url("chrome://navigator/skin/urlbar-right-top.gif") no-repeat;
|
||||
width : 4px;
|
||||
height : 8px;
|
||||
}
|
||||
|
||||
.urlbar-image-right-middle
|
||||
{
|
||||
background : url("chrome://navigator/skin/urlbar-right-middle.gif") repeat-y;
|
||||
width : 4px;
|
||||
}
|
||||
|
||||
.urlbar-image-right-bottom
|
||||
{
|
||||
background : url("chrome://navigator/skin/urlbar-right-bottom.gif") no-repeat;
|
||||
width : 4px;
|
||||
height : 9px;
|
||||
}
|
||||
|
||||
.urlbar-border-outer
|
||||
|
@ -250,13 +302,6 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
|||
border-top : 1px solid #A3A3A3;
|
||||
}
|
||||
|
||||
.urlbar-image-right
|
||||
{
|
||||
list-style-image : url("chrome://navigator/skin/urlbar-right.gif");
|
||||
width : 4px;
|
||||
height : 18px;
|
||||
}
|
||||
|
||||
#page-proxy-button
|
||||
{
|
||||
margin-left : 0px;
|
||||
|
@ -266,10 +311,6 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
|||
cursor : grab;
|
||||
}
|
||||
|
||||
#urlbar
|
||||
{
|
||||
margin-top : -1px !important;
|
||||
}
|
||||
|
||||
/* #ubhist-keyword-popup does not exist in Mozilla, only in Netscape. It gets overlayed in with
|
||||
* navExtraOverlay.xul. Ideally, this styling should only exist in Netscape, but since it is
|
||||
|
@ -302,7 +343,7 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
|||
|
||||
#ubhist
|
||||
{
|
||||
margin : 2px 1px 3px 0px;
|
||||
margin : 1px 1px 3px 0px;
|
||||
width : 10px;
|
||||
list-style-image : url("chrome://global/skin/scroll-down.gif");
|
||||
border : none;
|
||||
|
|