mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
30 lines
678 B
CSS
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;
|
||
|
}
|