Add "bookmark find" dialog support.
git-svn-id: svn://10.0.0.236/trunk@65905 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
bm-find.css
|
||||
bm-panel.css
|
||||
bm-props.css
|
||||
bookmarks.css
|
||||
|
||||
@@ -41,6 +41,7 @@ CHROME_CONTENT = \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
bm-find.css \
|
||||
bm-panel.css \
|
||||
bm-props.css \
|
||||
bookmark-folder-closed.gif \
|
||||
|
||||
23
mozilla/xpfe/components/bookmarks/resources/bm-find.css
Executable file
23
mozilla/xpfe/components/bookmarks/resources/bm-find.css
Executable file
@@ -0,0 +1,23 @@
|
||||
/* -*- Mode: C; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Netscape Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/NPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is mozilla.org code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*/
|
||||
|
||||
@import url(chrome://global/skin/);
|
||||
@@ -25,6 +25,7 @@
|
||||
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://bookmarks/skin/bm-find.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://bookmarks/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://bookmarks/locale/bm-find.dtd">
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* Contributor(s):
|
||||
*/
|
||||
|
||||
@import url(chrome://global/skin/);
|
||||
|
||||
treeitem > treerow > treecell > .tree-icon > .twisty{
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,27 @@
|
||||
/* -*- Mode: C; c-basic-offset: 2 -*-
|
||||
*
|
||||
* The contents of this file are subject to the Netscape Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/NPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is mozilla.org code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
*/
|
||||
|
||||
@import url(chrome://global/skin/);
|
||||
|
||||
window
|
||||
{
|
||||
margin-top: 2px;
|
||||
|
||||
@@ -20,12 +20,6 @@
|
||||
* Contributor(s):
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
Style rules specific to the bookmarks panel & pane.
|
||||
|
||||
*/
|
||||
|
||||
@import url(chrome://global/skin/);
|
||||
|
||||
treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > .tree-icon
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
<?xml-stylesheet href="chrome://bookmarks/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://bookmarks/locale/bookmarks.dtd">
|
||||
|
||||
<window title="&bookmarksWindowTitle.label;" id="bookmark-window" onunload="doUnload()"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
|
||||
@@ -41,6 +41,7 @@ CHROME_CONTENT = \
|
||||
$(NULL)
|
||||
|
||||
CHROME_SKIN = \
|
||||
.\bm-find.css \
|
||||
.\bm-panel.css \
|
||||
.\bm-props.css \
|
||||
.\bookmark-folder-closed.gif \
|
||||
|
||||
Reference in New Issue
Block a user