- fix install denied info popup to work with more use cases - roll in popup blocking to the new notification scheme - better controls for popup blocking in the new icon menu, can now edit settings, block/unblock from menu, etc. - can now open blocked popups git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@159021 18797224-902f-48f8-a5cc-f745e15eee43
20 lines
506 B
CSS
20 lines
506 B
CSS
#search-bar {
|
|
-moz-binding: url("chrome://browser/content/search.xml#searchbar");
|
|
}
|
|
|
|
/* ::::: print preview toolbar ::::: */
|
|
|
|
toolbar[printpreview="true"] {
|
|
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
|
|
}
|
|
|
|
#search-proxy-button {
|
|
-moz-binding: url("chrome://browser/content/search.xml#searchBarDropMarker");
|
|
-moz-user-focus: none;
|
|
}
|
|
|
|
#statusbar-updates {
|
|
-moz-binding: url("chrome://mozapps/content/update/updates.xml#updateStatusbarNotification");
|
|
}
|
|
|