ETH官方钱包

前往
大廳
主題

火狐Firefox CSS樣式:分頁、導航和書籤列置底 57~58

—— | 2018-02-19 02:20:38 | 巴幣 2 | 人氣 726

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

創作回應

更多創作