git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@159895 18797224-902f-48f8-a5cc-f745e15eee43
25 lines
599 B
CSS
25 lines
599 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");
|
|
}
|
|
|
|
#noPreviewAvailable
|
|
{
|
|
background-color: white !important;
|
|
font-size: 12px !important;
|
|
}
|