зеркало из https://github.com/mozilla/pjs.git
update.
This commit is contained in:
Родитель
908ce34c76
Коммит
a0dd4e87a0
|
@ -1,2 +1 @@
|
||||||
foo bar cheese burger.
|
questions to pixeljockeys@netscape.com
|
||||||
sspitzer
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
foobar, coming soon.
|
|
||||||
hangas, hyatt, sspitzer, alecf
|
|
|
@ -51,96 +51,96 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > .tree-icon
|
treeitem[container="true"][open="true"][loading="true"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
|
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[status="new"] > treerow > treecell > .tree-icon
|
treeitem[status="new"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
|
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > .tree-icon,
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark,
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > treecell > .tree-icon,
|
treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark,
|
||||||
treeitem[container="true"][open="true"] > treerow > treecell > .tree-icon
|
treeitem[container="true"][open="true"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > .tree-icon,
|
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"] > treerow > .treecell-bookmark,
|
||||||
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > treecell > .tree-icon,
|
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"] > treerow > .treecell-bookmark,
|
||||||
treeitem[selected="true"][container="true"][open="true"] > treerow > treecell > .tree-icon
|
treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > .tree-icon
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > treecell > .tree-icon
|
treeitem[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > .tree-icon,
|
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > .treecell-bookmark,
|
||||||
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > treecell > .tree-icon
|
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[container="true"][open="true"] > treerow > treecell > .tree-icon {
|
treeitem[container="true"][open="true"] > treerow > .treecell-bookmark {
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > .tree-icon
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > .tree-icon
|
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed-sel.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-closed-sel.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > treecell > .tree-icon
|
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > treecell > .tree-icon
|
treeitem[selected="true"][type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open-sel.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/personal-folder-open-sel.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > treecell > .tree-icon
|
treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > .tree-icon
|
treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/iefavorite.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/iefavorite.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > treecell > .tree-icon
|
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > treecell > .tree-icon
|
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("resource:/res/rdf/folder-open.gif");
|
list-style-image: url("resource:/res/rdf/folder-open.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > .tree-icon
|
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("resource:/res/rdf/folder-closed.gif");
|
list-style-image: url("resource:/res/rdf/folder-closed.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > .tree-icon
|
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > .treecell-bookmark
|
||||||
{
|
{
|
||||||
list-style-image: url("resource:/res/rdf/article.gif");
|
list-style-image: url("resource:/res/rdf/article.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem > treerow > treecell > .tree-icon {
|
treeitem > treerow > .treecell-bookmark {
|
||||||
list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,32 +28,17 @@
|
||||||
|
|
||||||
@import url(chrome://global/skin/global.css);
|
@import url(chrome://global/skin/global.css);
|
||||||
|
|
||||||
treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > .tree-icon
|
treeitem[container="true"][open="true"] > treerow > .tree-icon
|
||||||
{
|
{
|
||||||
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
|
|
||||||
}
|
|
||||||
|
|
||||||
treeitem[container="true"][open="true"] > treerow > treecell > .tree-icon {
|
|
||||||
list-style-image: url("resource:/res/rdf/folder-open.gif");
|
list-style-image: url("resource:/res/rdf/folder-open.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[container="true"] > treerow > treecell > .tree-icon {
|
treeitem[container="true"] > treerow > .tree-icon
|
||||||
|
{
|
||||||
list-style-image: url("resource:/res/rdf/folder-closed.gif");
|
list-style-image: url("resource:/res/rdf/folder-closed.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[container="true"][id="NC:SiteMapRoot"] > treerow > treecell > .tree-icon {
|
.tree-icon
|
||||||
list-style-image: url("chrome://communicator/skin/related/sitemap.gif");
|
{
|
||||||
}
|
|
||||||
|
|
||||||
treeitem[container="true"][open="true"][id="NC:SiteMapRoot"] > treerow > treecell > .tree-icon {
|
|
||||||
list-style-image: url("chrome://communicator/skin/related/sitemap.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
treeitem > treerow > treecell > .tree-icon {
|
|
||||||
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem > treerow > treecell > .tree-icon > .twisty {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
@ -10,3 +10,11 @@ sidebar-icon.gif
|
||||||
sidebar-topright-cap.gif
|
sidebar-topright-cap.gif
|
||||||
sidebar.css
|
sidebar.css
|
||||||
sidebarOverlay.css
|
sidebarOverlay.css
|
||||||
|
sbgrippy-left-hover.gif
|
||||||
|
sbgrippy-left.gif
|
||||||
|
sbgrippy-right-hover.gif
|
||||||
|
sbgrippy-right.gif
|
||||||
|
sidebar-close-hover.gif
|
||||||
|
sidebar-close.gif
|
||||||
|
sidebar-open-hover.gif
|
||||||
|
sidebar-open.gif
|
||||||
|
|
|
@ -42,7 +42,15 @@ EXPORT_RESOURCE_SAMPLES = \
|
||||||
list-down.gif \
|
list-down.gif \
|
||||||
sidebar-bottomright-cap.gif \
|
sidebar-bottomright-cap.gif \
|
||||||
sidebarOverlay.css \
|
sidebarOverlay.css \
|
||||||
$(NULL)
|
sbgrippy-left-hover.gif \
|
||||||
|
sbgrippy-left.gif \
|
||||||
|
sbgrippy-right-hover.gif \
|
||||||
|
sbgrippy-right.gif \
|
||||||
|
sidebar-close-hover.gif \
|
||||||
|
sidebar-close.gif \
|
||||||
|
sidebar-open-hover.gif \
|
||||||
|
sidebar-open.gif \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,3 @@ treeitem[selected="true"][container="true"][open="true"] > treerow > .treecell-p
|
||||||
box#reorder {
|
box#reorder {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
box#saveCancelButtons {
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
|
@ -40,3 +40,12 @@ install::
|
||||||
$(MAKE_INSTALL) sidebar-topright-cap.gif $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
$(MAKE_INSTALL) sidebar-topright-cap.gif $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
||||||
$(MAKE_INSTALL) sidebar.css $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
$(MAKE_INSTALL) sidebar.css $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
||||||
$(MAKE_INSTALL) sidebarOverlay.css $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
$(MAKE_INSTALL) sidebarOverlay.css $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
||||||
|
$(MAKE_INSTALL) sbgrippy-left-hover.gif $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
||||||
|
$(MAKE_INSTALL) sbgrippy-left.gif $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
||||||
|
$(MAKE_INSTALL) sbgrippy-right-hover.gif $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
||||||
|
$(MAKE_INSTALL) sbgrippy-right.gif $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
||||||
|
$(MAKE_INSTALL) sidebar-close-hover.gif $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
||||||
|
$(MAKE_INSTALL) sidebar-close.gif $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
||||||
|
$(MAKE_INSTALL) sidebar-open-hover.gif $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
||||||
|
$(MAKE_INSTALL) sidebar-open.gif $(DIST)\bin\chrome\$(THEME)\communicator\skin\sidebar
|
||||||
|
|
||||||
|
|
|
@ -21,14 +21,16 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Style rules specific to the Preview dialog.
|
Style rules specific to the Preview dialog.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
iframe#previewframe {
|
iframe#previewframe {
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
width: 162px;
|
width: 162px;
|
||||||
height: 200px;
|
height: 300px;
|
||||||
|
border: none;
|
||||||
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 79 B |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 79 B |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 79 B |
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 79 B |
|
@ -19,135 +19,178 @@
|
||||||
* Contributor(s): Stephen Lamm <slamm@netscape.com>
|
* Contributor(s): Stephen Lamm <slamm@netscape.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
splitter#sidebar-splitter {
|
#sidebar-splitter {
|
||||||
margin-right: 2px;
|
margin-right: 1px;
|
||||||
margin-top: 2px;
|
margin-top: 1px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #003366;
|
background-color: #003366;
|
||||||
}
|
}
|
||||||
|
|
||||||
splitter#sidebar-splitter #bottomright-cap {
|
#sidebar-topright-cap {
|
||||||
min-height: 8px;
|
min-height: 8px;
|
||||||
background-image: url("chrome://communicator/skin/sidebar/sidebar-bottomright-cap.gif");
|
background-repeat: no-repeat;
|
||||||
background-repeat: no-repeat;
|
background-position: 100% 0%;
|
||||||
background-position: 100% 100%;
|
background-image:
|
||||||
|
url("chrome://communicator/skin/sidebar/sidebar-topright-cap.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
splitter#sidebar-splitter #topright-cap {
|
#sidebar-bottomright-cap {
|
||||||
min-height: 8px;
|
min-height: 8px;
|
||||||
background-image: url("chrome://communicator/skin/sidebar/sidebar-topright-cap.gif");
|
background-repeat: no-repeat;
|
||||||
background-repeat: no-repeat;
|
background-position: 100% 100%;
|
||||||
background-position: 100% 0%;
|
background-image:
|
||||||
|
url("chrome://communicator/skin/sidebar/sidebar-bottomright-cap.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
splitter#sidebar-splitter grippy {
|
splitter#sidebar-splitter > grippy {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
border: 2px solid #003366;
|
padding: 0px;
|
||||||
padding: 0px;
|
border: 2px solid #003366;
|
||||||
background-color: #6699CC;
|
background-color: #6699CC;
|
||||||
list-style-image: none;
|
background-image:
|
||||||
|
url("chrome://communicator/skin/sidebar/sbgrippy-left.gif");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: 50% 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
splitter#sidebar-splitter grippy:hover {
|
splitter#sidebar-splitter > grippy:hover,
|
||||||
background-color: #99CCFF;
|
splitter#sidebar-splitter > grippy:active {
|
||||||
|
background-color: #99CCFF;
|
||||||
|
background-image:
|
||||||
|
url("chrome://communicator/skin/sidebar/sbgrippy-left-hover.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
splitter#sidebar-splitter grippy:active {
|
splitter#sidebar-splitter[collapsed="true"] > grippy {
|
||||||
background-color: #99CCFF;
|
background-image:
|
||||||
|
url("chrome://communicator/skin/sidebar/sbgrippy-right.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
splitter#sidebar-splitter[collapsed="true"] > grippy:hover,
|
||||||
|
splitter#sidebar-splitter[collapsed="true"] > grippy:active {
|
||||||
|
background-image:
|
||||||
|
url("chrome://communicator/skin/sidebar/sbgrippy-right-hover.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
image#sidebar-status-grippy {
|
||||||
|
padding: 2px 2px 2px 0px;
|
||||||
|
background-color: #003366;
|
||||||
|
background-image:
|
||||||
|
url("chrome://communicator/skin/sidebar/sidebar-open.gif");
|
||||||
|
}
|
||||||
|
image#sidebar-status-grippy:hover {
|
||||||
|
background-image:
|
||||||
|
url("chrome://communicator/skin/sidebar/sidebar-open-hover.gif");
|
||||||
|
}
|
||||||
|
image#sidebar-status-grippy[open="true"] {
|
||||||
|
background-image:
|
||||||
|
url("chrome://communicator/skin/sidebar/sidebar-close.gif");
|
||||||
|
}
|
||||||
|
image#sidebar-status-grippy[open="true"]:hover {
|
||||||
|
background-image:
|
||||||
|
url("chrome://communicator/skin/sidebar/sidebar-close-hover.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
|
|
||||||
box#sidebar-box {
|
box#sidebar-box {
|
||||||
margin-top: 2px;
|
margin-top: 1px;
|
||||||
width: 162px;
|
width: 162px;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
max-width: 400px;
|
min-width: 30px;
|
||||||
border: none;
|
max-width: 400px;
|
||||||
border-bottom: 8px solid #003366;
|
border: none;
|
||||||
|
border-bottom: 8px solid #003366;
|
||||||
}
|
}
|
||||||
|
|
||||||
box#sidebar-panels {
|
box#sidebar-panels {
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
text.loading-image {
|
||||||
|
margin: 5px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
image.loading-image {
|
||||||
|
margin: 5px;
|
||||||
|
list-style-image: url("resource:/res/rdf/loading.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
iframe.panel-frame {
|
iframe.panel-frame {
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Sidebar and Panel title buttons
|
* Sidebar and Panel title buttons
|
||||||
*/
|
*/
|
||||||
.sidebar-main-header {
|
.sidebar-main-header {
|
||||||
color: #CCFFFF;
|
color: #CCFFFF;
|
||||||
background-color: #003366;
|
background-color: #003366;
|
||||||
padding: 0px;
|
border: 0px !important;
|
||||||
padding-left: 5px;
|
padding-left: 4px;
|
||||||
padding-right: 5px;
|
min-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-main-header > text {
|
.sidebar-main-header > text {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
menu#panel-picker:hover {
|
menu#sidebar-panel-picker:hover {
|
||||||
background-color: #336699;
|
background-color: #336699;
|
||||||
}
|
}
|
||||||
|
menu#sidebar-panel-picker:hover {
|
||||||
menu#panel-picker > .menu-right {
|
background-color: #336699;
|
||||||
list-style-image: url("chrome://global/skin/toolbar-menu-arrow.gif");
|
}
|
||||||
|
menu#sidebar-panel-picker > .menu-right {
|
||||||
|
list-style-image: url("chrome://global/skin/toolbar-menu-arrow.gif");
|
||||||
|
padding-right: 2px;
|
||||||
|
}
|
||||||
|
menu#sidebar-panel-picker > .menu-text {
|
||||||
|
color: #CCFFFF;
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
|
menu#sidebar-panel-picker > .menu-accel {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
sidebarheader[type="box"] {
|
sidebarheader[type="box"] {
|
||||||
behavior: url(chrome://global/content/globalBindings.xml#sidebar-header-box);
|
behavior: url(chrome://global/content/globalBindings.xml#sidebar-header-box);
|
||||||
}
|
}
|
||||||
|
|
||||||
sidebarheader[type="splitter"] {
|
sidebarheader[type="splitter"] {
|
||||||
behavior: url(chrome://global/content/globalBindings.xml#sidebar-header-splitter);
|
behavior: url(chrome://global/content/globalBindings.xml#sidebar-header-splitter);
|
||||||
/* a vertical splitter */
|
/* a vertical splitter */
|
||||||
cursor: n-resize;
|
cursor: n-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
box.texttab {
|
box.texttab.sidebar-tab {
|
||||||
min-width: 10px;
|
background-color: #CCCCCC;
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
}
|
||||||
|
box.texttab.sidebar-tab[top-panel="true"],
|
||||||
|
box.texttab.sidebar-tab[first-panel-after-selected="true"] {
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
box.texttab > .remain-space {
|
box.texttab.sidebar-tab > .remain-space {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
min-width: 1px;
|
||||||
}
|
}
|
||||||
|
box.texttab.sidebar-tab[last-panel="true"] > .remain-space {
|
||||||
box#sidebar-panels > box.texttab:first-child {
|
border-bottom: none;
|
||||||
background-color: white;
|
|
||||||
}
|
}
|
||||||
|
box.texttab.sidebar-tab[last-panel="true"][selected="true"] > .remain-space {
|
||||||
box#sidebar-panels > box.texttab + box.texttab {
|
border-bottom: 1px solid black;
|
||||||
background-color: #CCCCCC;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
box#sidebar-panels-bottom > box.texttab[hidden] + box.texttab {
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
box#sidebar-panels-bottom > box.texttab[hidden] + box.texttab + box.texttab {
|
|
||||||
background-color: #CCCCCC;
|
|
||||||
}
|
|
||||||
|
|
||||||
box#sidebar-panels-bottom > box.texttab + box.texttab {
|
|
||||||
background-color: #CCCCCC;
|
|
||||||
}
|
|
||||||
|
|
||||||
box#title-box {
|
|
||||||
min-width: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
*[hidden="true"] {
|
*[hidden="true"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
*[collapsed="true"] {
|
*[collapsed="true"] {
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,16 +27,16 @@ toolbar#toolbox {
|
||||||
padding: 4px; 0px; 0px; 0px;
|
padding: 4px; 0px; 0px; 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbox titledbutton.tool:active {
|
toolbar#toolbox button.tool:active {
|
||||||
margin: 2px 0px 0px 2px;
|
margin: 2px 0px 0px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbox titledbutton.tool[toggled="1"] {
|
toolbar#toolbox button.tool[toggled="1"] {
|
||||||
margin: 2px 0px 0px 2px;
|
margin: 2px 0px 0px 2px;
|
||||||
border: 1px white inset;
|
border: 1px white inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbox titledbutton.tool {
|
toolbar#toolbox button.tool {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
margin: 1px 1px 1px 1px;
|
margin: 1px 1px 1px 1px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
@ -44,42 +44,46 @@ toolbar#toolbox titledbutton.tool {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbox titledbutton#pointerButton {
|
toolbar.toolbox > toolbargrippy {
|
||||||
|
visibility: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pointerButton {
|
||||||
list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif");
|
list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbox titledbutton#rectButton {
|
#rectButton {
|
||||||
list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif");
|
list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbox titledbutton#cirButton {
|
#cirButton {
|
||||||
list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif");
|
list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbox titledbutton#polyButton {
|
#polyButton {
|
||||||
list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif");
|
list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbar titledbutton#cutButton {
|
#cutButton {
|
||||||
list-style-image:url("chrome://editor/skin/images/Map_Cut.gif");
|
list-style-image:url("chrome://editor/skin/images/Map_Cut.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbar titledbutton#copyButton {
|
#copyButton {
|
||||||
list-style-image:url("chrome://editor/skin/images/Map_Copy.gif");
|
list-style-image:url("chrome://editor/skin/images/Map_Copy.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbar titledbutton#pasteButton {
|
#pasteButton {
|
||||||
list-style-image:url("chrome://editor/skin/images/Map_Paste.gif");
|
list-style-image:url("chrome://editor/skin/images/Map_Paste.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbar titledbutton#zoomInButton {
|
#zoomInButton {
|
||||||
list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif");
|
list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbar titledbutton#zoomOutButton {
|
#zoomOutButton {
|
||||||
list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif");
|
list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
toolbar#toolbar titledbutton#contrastButton {
|
#contrastButton {
|
||||||
list-style-image:url("chrome://editor/skin/images/Map_contrast.gif");
|
list-style-image:url("chrome://editor/skin/images/Map_contrast.gif");
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,10 +93,6 @@ treeitem[selected="true"] > treerow > treecell > .tree-cell-twisty {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
|
|
||||||
list-style-image: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tree-cell-twisty[disabled="true"] {
|
.tree-cell-twisty[disabled="true"] {
|
||||||
list-style-image: none;
|
list-style-image: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@ Rights Reserved.
|
||||||
/* CardView styles - used in the Card View Pane*/
|
/* CardView styles - used in the Card View Pane*/
|
||||||
|
|
||||||
#CardViewBox {
|
#CardViewBox {
|
||||||
overflow: auto;
|
/* overflow: auto;*/
|
||||||
background-color: #EEEEEE;
|
background-color: #EEEEEE;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
user-focus: ignore;
|
user-focus: ignore;
|
||||||
|
@ -128,31 +128,31 @@ tree[class="abResults"] treeitem > treerow > treecell.cardicon {
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_newcard {
|
#button-newcard {
|
||||||
list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif");
|
list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_newlist {
|
#button-newlist {
|
||||||
list-style-image:url("chrome://messenger/skin/addressbook/newlist.gif");
|
list-style-image:url("chrome://messenger/skin/addressbook/newlist.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_editcard {
|
#button-editcard {
|
||||||
list-style-image:url("chrome://messenger/skin/addressbook/edit.gif");
|
list-style-image:url("chrome://messenger/skin/addressbook/edit.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_newmessage {
|
#button-newmessage {
|
||||||
list-style-image:url("chrome://messenger/skin/addressbook/newmsgab.gif");
|
list-style-image:url("chrome://messenger/skin/addressbook/newmsgab.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_delete {
|
#button-elete {
|
||||||
list-style-image:url("chrome://messenger/skin/trash.gif");
|
list-style-image:url("chrome://messenger/skin/trash.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_stop {
|
#button-stop {
|
||||||
list-style-image:url("chrome://global/skin/stop.gif");
|
list-style-image:url("chrome://global/skin/stop.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_search {
|
#button-search {
|
||||||
list-style-image:url("chrome://global/skin/search.gif");
|
list-style-image:url("chrome://global/skin/search.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -170,3 +170,8 @@ tree[class="abResults"] treeitem > treerow > treecell.cardicon {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
|
||||||
|
|
||||||
|
list-style-image: none !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -21,8 +21,19 @@
|
||||||
* Pete Collins, Ben Goodger
|
* Pete Collins, Ben Goodger
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@import url(chrome://communicator/skin/);
|
||||||
|
|
||||||
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
|
||||||
|
@namespace html url("http://www.w3.org/TR/REC-html40"); /* namespace for XUL elements */
|
||||||
|
|
||||||
treecell.importsampledata {
|
treecell.importsampledata {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
border-left: 3px solid #CCCCCC;
|
border-left: 3px solid #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#fieldList-box {
|
||||||
|
border: 1px inset white;
|
||||||
|
width:32em;
|
||||||
|
height:300px;
|
||||||
|
margin: 1.5em 3em 1.5em 3em;
|
||||||
|
}
|
||||||
|
|
|
@ -113,3 +113,8 @@ treeitem[open="true"] > treerow > .tree-cell-folderpane-icon[BiffState="NewMail"
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
|
||||||
|
|
||||||
|
list-style-image: none !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -21,4 +21,41 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@import url(chrome://communicator/skin/);
|
||||||
|
|
||||||
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
|
||||||
|
@namespace html url("http://www.w3.org/TR/REC-html40"); /* namespace for XUL elements */
|
||||||
|
|
||||||
|
#import-type-radio-box {
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#import-module-list-box {
|
||||||
|
padding: 1em 3em 2em 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#import-module-tree-box {
|
||||||
|
height: 8em;
|
||||||
|
width: 20em;
|
||||||
|
border: 1px inset white;
|
||||||
|
margin-top: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#description {
|
||||||
|
margin: 1.5em 0px 0px 0px;
|
||||||
|
padding: 0px 2px 0px 2px;
|
||||||
|
height: 4em;
|
||||||
|
width: 20em;
|
||||||
|
background-color:white;
|
||||||
|
border:1px inset white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#progressStatus {
|
||||||
|
margin: 1em 0px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#progressMeter {
|
||||||
|
margin: 1em 2em 2em 1em;
|
||||||
|
width: 26em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -17,10 +17,13 @@
|
||||||
Components.classes['mozilla.mail.search.validityManager.1'].getService(Components.interfaces.nsIMsgSearchValidityManager);
|
Components.classes['mozilla.mail.search.validityManager.1'].getService(Components.interfaces.nsIMsgSearchValidityManager);
|
||||||
]]>
|
]]>
|
||||||
</property>
|
</property>
|
||||||
<property name="searchScope">
|
<property name="searchScope" onget="return this.internalScope;">
|
||||||
<!-- scope ID - retrieve the table -->
|
<!-- scope ID - retrieve the table -->
|
||||||
<setter>
|
<setter>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
// if scope isn't changing this is a noop
|
||||||
|
if (this.internalScope == val) return;
|
||||||
|
|
||||||
this.internalScope = val;
|
this.internalScope = val;
|
||||||
this.refreshList();
|
this.refreshList();
|
||||||
var targets = this.targets;
|
var targets = this.targets;
|
||||||
|
@ -31,11 +34,6 @@
|
||||||
}
|
}
|
||||||
]]>
|
]]>
|
||||||
</setter>
|
</setter>
|
||||||
<getter>
|
|
||||||
<![CDATA[
|
|
||||||
return this.internalScope;
|
|
||||||
]]>
|
|
||||||
</getter>
|
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property name="validityTable" readonly="true" onget="return this.validityManager.getTable(this.searchScope)"/>
|
<property name="validityTable" readonly="true" onget="return this.validityManager.getTable(this.searchScope)"/>
|
||||||
|
@ -84,6 +82,7 @@
|
||||||
<method name="refreshList">
|
<method name="refreshList">
|
||||||
<body>
|
<body>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
// dump("Refreshing " + this.tagName + " id=" + this.id + "\n");
|
||||||
var menuItemIds = this.valueIds;
|
var menuItemIds = this.valueIds;
|
||||||
var menuItemStrings = this.valueStrings;
|
var menuItemStrings = this.valueStrings;
|
||||||
|
|
||||||
|
@ -175,6 +174,7 @@
|
||||||
<property name="parentValue">
|
<property name="parentValue">
|
||||||
<setter>
|
<setter>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
|
if (this.searchAttribute == val) return;
|
||||||
this.searchAttribute = val;
|
this.searchAttribute = val;
|
||||||
this.refreshList();
|
this.refreshList();
|
||||||
]]>
|
]]>
|
||||||
|
@ -277,6 +277,7 @@
|
||||||
<method name="initialize">
|
<method name="initialize">
|
||||||
<argument name="filter"/>
|
<argument name="filter"/>
|
||||||
<argument name="termIndex"/>
|
<argument name="termIndex"/>
|
||||||
|
<argument name="scope"/>
|
||||||
<body>
|
<body>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
var attrib = new Object;
|
var attrib = new Object;
|
||||||
|
@ -290,7 +291,10 @@
|
||||||
var searchOperator=this.searchoperator;
|
var searchOperator=this.searchoperator;
|
||||||
var searchValue=this.searchvalue;
|
var searchValue=this.searchvalue;
|
||||||
|
|
||||||
if (searchAttribute) searchAttribute.value = attrib.value;
|
if (searchAttribute) {
|
||||||
|
searchAttribute.searchScope = scope;
|
||||||
|
searchAttribute.value = attrib.value;
|
||||||
|
}
|
||||||
if (searchOperator) searchOperator.value = op.value;
|
if (searchOperator) searchOperator.value = op.value;
|
||||||
if (searchValue) searchValue.value = value.value;
|
if (searchValue) searchValue.value = value.value;
|
||||||
]]>
|
]]>
|
||||||
|
|
|
@ -64,44 +64,45 @@ iframe {
|
||||||
/**
|
/**
|
||||||
* toolbar button images
|
* toolbar button images
|
||||||
*/
|
*/
|
||||||
#getmsg-btn {
|
|
||||||
|
#button-getmsg {
|
||||||
list-style-image:url("chrome://messenger/skin/getmsg.gif");
|
list-style-image:url("chrome://messenger/skin/getmsg.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#newmsg-btn{
|
#button-newmsg {
|
||||||
list-style-image:url("chrome://messenger/skin/newmsg.gif");
|
list-style-image:url("chrome://messenger/skin/newmsg.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#reply-btn{
|
#button-reply {
|
||||||
list-style-image:url("chrome://messenger/skin/reply.gif");
|
list-style-image:url("chrome://messenger/skin/reply.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#replyall-btn{
|
#button-replyall {
|
||||||
list-style-image:url("chrome://messenger/skin/replyall.gif");
|
list-style-image:url("chrome://messenger/skin/replyall.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#forward-btn{
|
#button-forward {
|
||||||
list-style-image:url("chrome://messenger/skin/forward.gif");
|
list-style-image:url("chrome://messenger/skin/forward.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#file-btn{
|
#button-file {
|
||||||
list-style-image:url("chrome://messenger/skin/file.gif");
|
list-style-image:url("chrome://messenger/skin/file.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#next-btn{
|
#button-next {
|
||||||
list-style-image:url("chrome://messenger/skin/next.gif");
|
list-style-image:url("chrome://messenger/skin/next.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#delete-btn{
|
#button-delete {
|
||||||
list-style-image:url("chrome://messenger/skin/trash.gif");
|
list-style-image:url("chrome://messenger/skin/trash.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#print-btn{
|
#button-print {
|
||||||
list-style-image:url("chrome://messenger/skin/print.gif");
|
list-style-image:url("chrome://global/skin/print.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#stop-btn{
|
#button-stop {
|
||||||
list-style-image:url("chrome://messenger/skin/stop.gif");
|
list-style-image:url("chrome://global/skin/stop.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -167,45 +168,6 @@ iframe {
|
||||||
list-style-image: url("chrome://messenger/skin/server-news.gif");
|
list-style-image: url("chrome://messenger/skin/server-news.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_getmsg {
|
|
||||||
list-style-image:url("chrome://messenger/skin/getmsg.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#button_newmsg {
|
|
||||||
list-style-image:url("chrome://messenger/skin/newmsg.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#button_reply {
|
|
||||||
list-style-image:url("chrome://messenger/skin/reply.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#button_replyall {
|
|
||||||
list-style-image:url("chrome://messenger/skin/replyall.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#button_forward {
|
|
||||||
list-style-image:url("chrome://messenger/skin/forward.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#button_file {
|
|
||||||
list-style-image:url("chrome://messenger/skin/file.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#button_next {
|
|
||||||
list-style-image:url("chrome://messenger/skin/next.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#button_delete {
|
|
||||||
list-style-image:url("chrome://messenger/skin/trash.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#button_print {
|
|
||||||
list-style-image:url("chrome://global/skin/print.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
#button_stop {
|
|
||||||
list-style-image:url("chrome://global/skin/stop.gif");
|
|
||||||
}
|
|
||||||
|
|
||||||
menu.push {
|
menu.push {
|
||||||
border: 1px outset white;
|
border: 1px outset white;
|
||||||
|
|
|
@ -89,31 +89,31 @@ textfield.addressingWidget[autocomplete="true"] > box
|
||||||
border : none;
|
border : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_send {
|
#button-send {
|
||||||
list-style-image:url("chrome://messenger/skin/messengercompose/send.gif");
|
list-style-image:url("chrome://messenger/skin/messengercompose/send.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_address {
|
#button-address {
|
||||||
list-style-image:url("chrome://messenger/skin/messengercompose/address.gif");
|
list-style-image:url("chrome://messenger/skin/messengercompose/address.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_attach {
|
#button-attach {
|
||||||
list-style-image:url("chrome://messenger/skin/messengercompose/attach.gif");
|
list-style-image:url("chrome://messenger/skin/messengercompose/attach.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_quote {
|
#button-quote {
|
||||||
list-style-image:url("chrome://messenger/skin/messengercompose/quote.gif");
|
list-style-image:url("chrome://messenger/skin/messengercompose/quote.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_spelling {
|
#button-spelling {
|
||||||
list-style-image:url("chrome://messenger/skin/messengercompose/spelling.gif");
|
list-style-image:url("chrome://messenger/skin/messengercompose/spelling.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_save {
|
#button-save {
|
||||||
list-style-image:url("chrome://messenger/skin/messengercompose/save.gif");
|
list-style-image:url("chrome://messenger/skin/messengercompose/save.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_stop {
|
#button-stop {
|
||||||
list-style-image:url("chrome://global/skin/stop.gif");
|
list-style-image:url("chrome://global/skin/stop.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -100,3 +100,9 @@ treecell.readColumnHeader > .tree-header-image {
|
||||||
treecell.flagColumnHeader > .tree-header-image {
|
treecell.flagColumnHeader > .tree-header-image {
|
||||||
list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
|
list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
|
||||||
|
|
||||||
|
list-style-image: none !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче