mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
[Pale-Moon] add tab caption fading to CtrlTab
This commit is contained in:
parent
f159e44b25
commit
5db2ae1aa5
1 changed files with 10 additions and 0 deletions
|
|
@ -2823,6 +2823,16 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
|
|||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
@supports -moz-bool-pref("browser.tabs.fadeLabels") {
|
||||
.ctrlTab-preview-inner label[_is_cropped] {
|
||||
mask-image: linear-gradient(to left, transparent, black 2em);
|
||||
}
|
||||
|
||||
.ctrlTab-preview-inner label[_is_cropped]:-moz-locale-dir(rtl) {
|
||||
mask-image: linear-gradient(to right, transparent, black 2em);
|
||||
}
|
||||
}
|
||||
|
||||
#ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner {
|
||||
padding: 10px;
|
||||
background-color: rgba(255,255,255,.2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue