Add new hide forward button tweak
This commit is contained in:
parent
9ef1854516
commit
6fdf2473c0
2 changed files with 10 additions and 0 deletions
|
@ -300,3 +300,9 @@ bugs with certain themes eg. dark text on dark background.) */
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "uc.tweak.hide-forward-button") {
|
||||
:root:not([customizing]) #forward-button[disabled] {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue