mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Fix: AutoHide - Tab opacity with unload tab
This commit is contained in:
parent
f39405eb1b
commit
66c4ee7e9a
2 changed files with 2 additions and 2 deletions
|
|
@ -6861,7 +6861,7 @@
|
|||
}
|
||||
/*= Unloaded Tab - Contents Opacity ===========================================*/
|
||||
@supports -moz-bool-pref("userChrome.tab.unloaded") {
|
||||
#tabbrowser-tabs .tabbrowser-tab[pending] .tab-content {
|
||||
.tabbrowser-tab[pending] .tab-content {
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#tabbrowser-tabs .tabbrowser-tab[pending] .tab-content {
|
||||
.tabbrowser-tab[pending] .tab-content {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue