mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Just put the bookmarks-toolbar binding into browser.css so we don't need to include yet another css file.
This commit is contained in:
parent
5a6bbe67fe
commit
4499ea4975
@ -22,3 +22,9 @@ window[chromehidden~="toolbar"] #navigator-throbber[busy="true"] {
|
||||
#search-bar {
|
||||
-moz-binding: url("chrome://browser/content/search.xml#searchbar");
|
||||
}
|
||||
|
||||
bookmarks-toolbar {
|
||||
-moz-binding: url("chrome://browser/content/bookmarks/bookmarksToolbar.xml#bookmarks-toolbar");
|
||||
min-width: 0px;
|
||||
width:0px;
|
||||
}
|
@ -24,7 +24,6 @@
|
||||
|
||||
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://browser/content/bookmarks/bookmarks.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window [
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||
|
@ -1,9 +1,3 @@
|
||||
bookmarks-toolbar {
|
||||
-moz-binding: url("chrome://browser/content/bookmarks/bookmarksToolbar.xml#bookmarks-toolbar");
|
||||
min-width: 0px;
|
||||
width:0px;
|
||||
}
|
||||
|
||||
bookmarks-tree, bookmarks-tree[type="multi-column"] {
|
||||
-moz-binding: url("chrome://browser/content/bookmarks/bookmarksTree.xml#bookmarks-tree-full");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user