Fix for 172616, just yank these rules that don't even apply once you have customizable toolbars.

git-svn-id: svn://10.0.0.236/trunk@145977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%mozilla.org 2003-08-13 21:01:41 +00:00
parent 44eb1afa2f
commit b752eeb60d

View File

@ -1,24 +1,3 @@
/* ::::::::::
:: Rules for 'hiding' portions of the chrome for special
:: kinds of browser-specific window toolbars. Other global
:: window rules are in xul.css
::::: */
window[chromehidden~="toolbar"] #nav-bar-buttons,
window[chromehidden~="toolbar"] #print-button {
display: none;
}
window[chromehidden~="toolbar"] #navigator-throbber {
margin: 0 5px 0 0 !important;
list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif") !important;
}
window[chromehidden~="toolbar"] #navigator-throbber[busy="true"] {
list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif") !important;
}
#search-bar {
-moz-binding: url("chrome://browser/content/search.xml#searchbar");
}