mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
34 lines
754 B
CSS
34 lines
754 B
CSS
searchbar {
|
|
-moz-binding: url("chrome://browser/content/search/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;
|
|
}
|
|
|
|
#sidebar-box toolbarbutton.tabs-closebutton {
|
|
-moz-user-focus: normal;
|
|
}
|
|
|
|
%ifdef MOZ_PLACES
|
|
#PersonalToolbar > #bookmarksBarShowPlaces > .toolbarbutton-text {
|
|
visibility: collapse;
|
|
}
|
|
%endif
|
|
|
|
/* apply Fitts' law to the notification bar's close button */
|
|
window[sizemode="maximized"] #content .notification-inner {
|
|
border-right: 0px !important;
|
|
}
|