46613... classic skin polish.

git-svn-id: svn://10.0.0.236/trunk@234256 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%netscape.com
2007-09-06 21:49:41 +00:00
parent f330ed13af
commit 160fea4d50
2 changed files with 59 additions and 2 deletions

View File

@@ -51,9 +51,9 @@
.bookmarkitem
{
list-style-image : url("chrome://communicator/skin/bookmarks/location.gif");
cursor : pointer;
cursor : pointer;
}
.bookmarkfolder
{
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
@@ -69,7 +69,61 @@
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
/* Bookmark item/folder buttons on the personal toolbar */
/* need to override default border on button-toolbar buttons/menubuttons */
.button-toolbar.bookmarkitem
{
behavior : url("chrome://global/skin/classicBindings.xml#toolbarbutton-left");
border : none;
vertical-align : middle;
margin : 1px 2px 1px 2px;
}
.button-toolbar.bookmarkfolder, .button-toolbar.bookmarkfolder:hover
{
border : none;
}
.button-toolbar.bookmarkitem > .toolbarbutton-left-icon
{
margin-right : 4px;
}
.bookmarkitem.button-toolbar:hover
{
color : #0000FF;
text-decoration : underline;
cursor : pointer;
border : none;
}
.bookmarkitem.button-toolbar:hover:active
{
color : #FF0000;
text-decoration : underline;
border : none;
}
/* drag and drop feedback */
.bookmarkitem.button-toolbar[dragover-left="true"]
{
margin-left : 0px;
border-left : 2px solid threeddarkshadow;
}
.bookmarkitem.button-toolbar[dragover-right="true"]
{
margin-right : 0px;
border-right : 2px solid threeddarkshadow;
}
.menubutton-toolbar-single-text[dragover-top="true"]
{
background-color : threeddarkshadow;
color : threedhighlight;
}
/**
* Bookmarks tree items
**/

View File

@@ -145,6 +145,9 @@ skins/classic.jar:
editor/skin/images/italic-hover.gif (editor/images/italic-hover.gif)
editor/skin/images/italic.gif (editor/images/italic.gif)
editor/skin/images/justify.gif (editor/images/justify.gif)
editor/skin/images/justify-hover.gif (editor/images/justify-hover.gif)
editor/skin/images/justify-hover-active.gif (editor/images/justify-hover-active.gif)
editor/skin/images/justify-disabled.gif (editor/images/justify-disabled.gif)
editor/skin/images/left-disabled.gif (editor/images/left-disabled.gif)
editor/skin/images/left-hover-active.gif (editor/images/left-hover-active.gif)
editor/skin/images/left-hover.gif (editor/images/left-hover.gif)