@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); /* tabs to bottom */ #browser-panel { -moz-box-direction: reverse; padding: 0 !important; } /* hide tab toolbar when fullscreen */ #nav-bar[inFullscreen], #TabsToolbar[inFullscreen] { display: none; } /* hide titlebar */ #titlebar { display: none !important; } /* adjust for hidden view when hiding titlebar */ #main-window[sizemode="maximized"] > #tab-view-deck { padding-top: 7px !important; } /* put suggestions popup on top */ #PopupAutoCompleteRichResult { opacity: 0.9; margin-top: -332px; margin-left: 10px; height: 300px; } #PopupAutoCompleteRichResult .autocomplete-richlistbox > scrollbox { overflow-y: auto !important; } /* or hide suggestions completely要網址列下拉列表彈出的人不要複製 */ #PopupAutoCompleteRichResult { display: none; } |