Fix: Rounding - Addons toggle button #667

This commit is contained in:
2641a40fd44383320adde4b027a1d0b03bd550 2023-04-09 11:29:29 +05:00
parent eb32c2a864
commit 5c70217158
2 changed files with 2 additions and 2 deletions

2
css/leptonContent.css generated
View file

@ -2790,7 +2790,7 @@
@supports -moz-bool-pref("userChrome.rounding.square_button") {
@-moz-document url-prefix("about:"), regexp("^chrome://\\w+/content/.*.xhtml$")
{
button,
button:not(.toggle-button),
.close-icon,
.action-icon::before,
.web-appearance-choice,

View file

@ -3,7 +3,7 @@
url-prefix "about:",
regexp "^chrome:\/\/\\w+\/content\/.*\.xhtml$"
) {
button,
button:not(.toggle-button),
.close-icon,
.action-icon::before,
.web-appearance-choice,