mozilla.mano%sent.com 57b6ab25e2 Bug 243752 - add the sidebar's close button to the tab order. patch by Mark Pilgrim <pilgrim@gmail.com>, ui-r=beltzner, r=me.
git-svn-id: svn://10.0.0.236/trunk@200850 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-26 06:50:21 +00:00

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;
}