Files
Mozilla/mozilla/browser/base/content/browser.css
p_ch%verizon.net 8ddfa984a8 - bug 256201: add a 'Clear Search History' menuitem to the search bar context menu. Clearing the search history also clears the textbox value.
- add a separator above 'Add Engine' and capitalize 'engine'.
- make the search bar a true xbl widget in preparation for other enhancements, all searchbar resources (css+locales) are now in searchbar specific files.
- the dragdrop listener was not removed.
- bug 256682: ctrl-down (selects next engine) regression
- bug 253015: focus (and eventually selects) the text box when an engine is selected
- remove wallpapering when the engine persisted in the localstore is not in the engine datasource. We now fall back to the default engine.
- discriminate the google.com query form history and the search bar one.
- cleanup after the find in page removal (|__PhoenixFindInPage|).

r=ben, sr=bryner, a=ben


git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@161842 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-07 14:50:54 +00:00

20 lines
477 B
CSS

searchbar {
-moz-binding: url("chrome://browser/content/search.xml#searchbar");
}
/* ::::: print preview toolbar ::::: */
toolbar[printpreview="true"] {
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
}
toolbarbutton[type="updates"] {
-moz-binding: url("chrome://mozapps/content/update/updates.xml#updateStatusbarNotification");
}
#noPreviewAvailable
{
background-color: white !important;
font-size: 12px !important;
}