mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-04 06:20:37 -08:00
Fix: Rounding - Addons toggle button #667
This commit is contained in:
parent
eb32c2a864
commit
5c70217158
2 changed files with 2 additions and 2 deletions
2
css/leptonContent.css
generated
2
css/leptonContent.css
generated
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue