mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-29 01:52:50 -07:00
Fix: Rounding - New migration wizard menu popup
This commit is contained in:
parent
d09500fb93
commit
5e1bf1a1f3
2 changed files with 2 additions and 0 deletions
1
css/leptonContent.css
generated
1
css/leptonContent.css
generated
|
|
@ -2887,6 +2887,7 @@
|
|||
@supports -moz-bool-pref("userChrome.rounding.square_menupopup") {
|
||||
@-moz-document url-prefix("about:"), url-prefix("chrome://")
|
||||
{
|
||||
panel,
|
||||
menupopup {
|
||||
--panel-border-radius: 0 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -113,6 +113,7 @@
|
|||
|
||||
@include Option("userChrome.rounding.square_menupopup") {
|
||||
@include moz-document(url-prefix "about:", url-prefix "chrome://") {
|
||||
panel,
|
||||
menupopup {
|
||||
--panel-border-radius: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue