作者YuQilin (神獸)
看板Browsers
標題Re: [-Fx-] Firefox 132.0 Release
時間Wed Oct 30 21:26:28 2024
: → rick: 分頁在播放時 該分頁上會出現一個大喇叭圖示 比之前明顯了 10/30 08:51
: → gcobc12632: 分頁音量圖示改的有夠醜== 不知道能不能換回原本的 10/30 12:08
.tab-icon-overlay {
border: none !important;
&:not([indicator-replaces-favicon]) {
top: -4px !important;
inset-inline-end: -8px !important;
height: 12px !important;
width: 12px !important;
}
&[indicator-replaces-favicon] {
background-color: transparent !important;
fill: color-mix(in srgb, currentColor 75%, transparent) !important;
&:hover {
background-color: color-mix(
in srgb,
currentColor 15%,
transparent
) !important;
fill: color-mix(in srgb, currentColor 95%, transparent) !important;
}
}
&:is([pinned], [sharing]) {
&[selected] {
background-color: var(--tab-selected-bgcolor) !important;
}
&:not([selected]) {
background-color: var(--tabpanel-background-color) !important;
}
}
}
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.167.65.159 (臺灣)
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Browsers/M.1730294790.A.0CA.html
1F:→ gcobc12632: 感謝 好看多了 多了外面那圈框有夠醜的 10/30 21:35
我平常沒有使用原生的水平分頁列
而且我的youtube分頁一直是釘選的
所以沒有注意到普通分頁的背景顏色也有發生改變
我重新修改了一下昨晚提供的樣式
現在應該會比較接近原本的樣子
2F:→ YuQilin: 謝謝你的紅包^^ 10/30 21:56
※ 編輯: YuQilin (118.167.65.159 臺灣), 10/31/2024 07:53:09
重新整合了一下
※ 編輯: YuQilin (118.167.65.159 臺灣), 10/31/2024 08:07:33
3F:→ gcobc12632: 你改的那樣原本也滿好的 有明顯但不會太突兀 10/31 14:30