Closes #297, Toolbar button 'S' needs to be replaced with 'Z'

Icons from Ken

Of course, I realized just now that this is really quite similar to the stop sign, and anyone who puts this to the left of their URL bar and doesn't have a Home icon in their toolbar will get the two next to each other... Looks good otherwise, though.
This commit is contained in:
Dan Stillman 2006-09-27 20:24:39 +00:00
parent 20c46cf1e1
commit 4fcddf42ec
15 changed files with 13 additions and 23 deletions

View File

@ -23,7 +23,7 @@
<command id="cmd_scholar_search" oncommand="ScholarPane.search();"/>
</commandset>
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="scholar-toolbar-button" class="toolbarbutton-1"
<toolbarbutton id="zotero-toolbar-button" class="toolbarbutton-1"
label="&scholar.name;"
oncommand="ScholarPane.toggleDisplay();"/>
</toolbarpalette>

View File

@ -1,41 +1,31 @@
#scholar-toolbar-button
#zotero-toolbar-button
{
list-style-image: url('chrome://scholar/skin/toolbar-large.png');
list-style-image: url('chrome://scholar/skin/zotero-z-24px.png');
}
#scholar-toolbar-button:active
#zotero-toolbar-button:hover
{
list-style-image: url('chrome://scholar/skin/toolbar-large-active.png');
list-style-image: url('chrome://scholar/skin/zotero-z-24px-hover.png');
}
#scholar-toolbar-button[disabled="true"]
#zotero-toolbar-button:active
{
list-style-image: url('chrome://scholar/skin/toolbar-large-disabled.png');
list-style-image: url('chrome://scholar/skin/zotero-z-24px-active.png');
}
toolbar[iconsize="small"] #scholar-toolbar-button
toolbar[iconsize="small"] #zotero-toolbar-button
{
list-style-image: url('chrome://scholar/skin/toolbar-small.png');
list-style-image: url('chrome://scholar/skin/zotero-z-16px.png');
}
toolbar[iconsize="small"] #scholar-toolbar-button:active
toolbar[iconsize="small"] #zotero-toolbar-button:hover
{
list-style-image: url('chrome://scholar/skin/toolbar-small-active.png');
list-style-image: url('chrome://scholar/skin/zotero-z-16px-hover.png');
}
toolbar[iconsize="small"] #scholar-toolbar-button[disabled="true"]
toolbar[iconsize="small"] #zotero-toolbar-button:active
{
list-style-image: url('chrome://scholar/skin/toolbar-small-disabled.png');
}
#scholar-toolbar-button
{
list-style-image: url('chrome://scholar/skin/toolbar-large.png');
}
toolbar[iconsize="small"] #scholar-toolbar-button
{
list-style-image: url('chrome://scholar/skin/toolbar-small.png');
list-style-image: url('chrome://scholar/skin/zotero-z-16px-active.png');
}
textbox[multiline="true"][type="timed"]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1009 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1011 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 975 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 513 B

After

Width:  |  Height:  |  Size: 2.5 KiB