2004-11-30 08:23:02 +00:00
|
|
|
searchbar {
|
2006-03-17 07:16:00 +00:00
|
|
|
-moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
|
2002-09-29 20:06:57 +00:00
|
|
|
}
|
2002-10-13 16:50:35 +00:00
|
|
|
|
2008-01-15 03:04:37 +00:00
|
|
|
tabbrowser {
|
|
|
|
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser");
|
|
|
|
}
|
|
|
|
|
|
|
|
toolbar[printpreview="true"] {
|
|
|
|
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
|
|
|
|
}
|
|
|
|
|
2007-07-05 14:30:39 +00:00
|
|
|
/* ::::: location bar ::::: */
|
|
|
|
#urlbar {
|
|
|
|
-moz-binding: url(chrome://browser/content/urlbarBindings.xml#urlbar);
|
|
|
|
}
|
2007-06-27 22:31:06 +00:00
|
|
|
|
2007-08-27 18:05:40 +00:00
|
|
|
#PopupAutoComplete {
|
2007-12-13 21:21:16 +00:00
|
|
|
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#browser-autocomplete-result-popup");
|
2007-06-05 04:51:15 +00:00
|
|
|
}
|
2002-10-17 23:06:10 +00:00
|
|
|
|
2007-11-30 04:57:57 +00:00
|
|
|
#PopupAutoCompleteRichResult {
|
|
|
|
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#urlbar-rich-result-popup");
|
|
|
|
}
|
|
|
|
|
2005-12-05 18:18:11 +00:00
|
|
|
menuitem.spell-suggestion {
|
2007-08-12 19:18:51 +00:00
|
|
|
font-weight: bold;
|
2005-12-05 18:18:11 +00:00
|
|
|
}
|
|
|
|
|
2006-06-26 06:50:21 +00:00
|
|
|
#sidebar-box toolbarbutton.tabs-closebutton {
|
|
|
|
-moz-user-focus: normal;
|
|
|
|
}
|
|
|
|
|
2007-12-11 15:17:02 +00:00
|
|
|
.verifiedDomain > hbox > #identity-icon-label {
|
2007-11-03 16:53:38 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2006-05-29 15:38:46 +00:00
|
|
|
/* apply Fitts' law to the notification bar's close button */
|
|
|
|
window[sizemode="maximized"] #content .notification-inner {
|
2007-08-12 19:18:51 +00:00
|
|
|
border-right: 0px !important;
|
2007-04-24 16:20:24 +00:00
|
|
|
}
|
2007-08-22 21:02:02 +00:00
|
|
|
|
2007-12-15 00:23:01 +00:00
|
|
|
/* Hide extension toolbars that neglected to set the proper class */
|
|
|
|
window[chromehidden~="location"][chromehidden~="toolbar"] toolbar:not(.chromeclass-menubar),
|
2008-01-15 03:04:37 +00:00
|
|
|
window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-menubar) {
|
2007-12-15 00:23:01 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2008-01-16 02:07:17 +00:00
|
|
|
|
|
|
|
#navigator-toolbox ,
|
|
|
|
#status-bar ,
|
|
|
|
#mainPopupSet {
|
|
|
|
min-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#FindToolbar {
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|