jminta%gmail.com 340b356fec Bug 336176 Builds with places disabled still have places-specific style rules, r+a=mconnor
git-svn-id: svn://10.0.0.236/trunk@198882 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-02 18:18:34 +00:00

30 lines
678 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;
}
%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;
}