Сообщений: 618
Тем: 229
Likes Received: 13 in 13 posts
Likes Given: 16
Зарегистрирован: 25.03.2020
Нашёл CSS для включения прозрачности вкладок:
Спойлер:
[code=css]html, html > *, html > * > *, .browser-toolbar {
border: none !important;
-moz-appearance: none !important;
box-shadow: none !important;
background: transparent!important;
}
.titlebar-color, .browser-toolbar, findbar {
background: rgba(49, 54, 59, 0.75)!important;
}
.tab-line {
background: none !important;
}
.tab-background[selected=true] {
background: #5294e2 !important;
border-radius: 6px;
border: none !important;
}
tab[selected="true"]::after, .tabbrowser-tab[beforeselected-visible]::after {
opacity: 0 !important;
}
/* rgba(49, 54, 59, 0.75) */
[/code]
Но это просто прозрачность, без размытия. Возможно ли размытие фона, или же FF не умеет?
It's time to kick gum and chew ass. And i'm all out of ass.
Сообщений: 618
Тем: 229
Likes Received: 13 in 13 posts
Likes Given: 16
Зарегистрирован: 25.03.2020
[ref]gechan[/ref], да, оно, спасибо. ~~Осталось разобраться со скриптом.~~ Разобрался.
It's time to kick gum and chew ass. And i'm all out of ass.