2007-03-22 10:30:00 -07:00
|
|
|
searchbar {
|
|
|
|
-moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
|
|
|
|
}
|
|
|
|
|
2007-06-04 21:51:15 -07:00
|
|
|
/* ::::: location bar ::::: */
|
|
|
|
#PopupAutoComplete {
|
|
|
|
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#urlbar-result-popup");
|
|
|
|
}
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2007-06-04 21:51:15 -07:00
|
|
|
/* ::::: print preview toolbar ::::: */
|
2007-03-22 10:30:00 -07:00
|
|
|
toolbar[printpreview="true"] {
|
|
|
|
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
|
|
|
|
}
|
|
|
|
|
|
|
|
menuitem.spell-suggestion {
|
|
|
|
font-weight:bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar-box toolbarbutton.tabs-closebutton {
|
|
|
|
-moz-user-focus: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* apply Fitts' law to the notification bar's close button */
|
|
|
|
window[sizemode="maximized"] #content .notification-inner {
|
|
|
|
border-right: 0px !important;
|
|
|
|
}
|
2007-04-24 09:20:24 -07:00
|
|
|
|
|
|
|
/* ::::: Tooltips (multi-line) from content ::::: */
|
|
|
|
.htmltooltip-label {
|
|
|
|
max-width: 40em;
|
|
|
|
margin: 0;
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
}
|