ETH官方钱包

前往
大廳
主題

火狐Firefox Stylish CSS樣式:分頁關閉按鈕和網站圖示合併

—— | 2015-07-20 22:17:36 | 巴幣 0 | 人氣 335

節省空間,滑鼠移到想關閉的分頁會出現。
.tabbrowser-tab:not(:hover) .tab-close-button,
.tabbrowser-tab:hover .tab-icon-image,
.tabbrowser-tab[busy] .tab-icon-image:not([src]),
.tabbrowser-tab:hover .tab-icon-image:not([src])
{display:none!important;}
.tabbrowser-tab .tab-close-button {
-moz-box-ordinal-group:0!important;
margin:0px 6px 0px 0px!important;
}
.tabbrowser-tab[busy] .tab-close-button {margin-right:-16px!important;}

創作回應

更多創作