mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
20 lines
397 B
CSS
20 lines
397 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;
|
|
}
|