29 lines
634 B
CSS
29 lines
634 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");
|
|
}
|
|
|
|
menuitem.spell-suggestion {
|
|
font-weight:bold;
|
|
}
|
|
|
|
#noPreviewAvailable {
|
|
background-color: white !important;
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
#bookmarksBarContent {
|
|
-moz-binding: url("chrome://browser/content/places/toolbar.xml#places-bar");
|
|
overflow: hidden;
|
|
}
|
|
|
|
menupopup[type="places"] {
|
|
-moz-binding: url("chrome://browser/content/places/menu.xml#places-menupopup");
|
|
}
|
|
|