Add: Rounding - Dialog

This commit is contained in:
2641a40fd44383320adde4b027a1d0b03bd550 2023-01-07 19:41:43 +05:00
parent 3ba63bc1e0
commit a45bdb1c48
3 changed files with 12 additions and 0 deletions

View file

@ -3082,6 +3082,11 @@
--tab-border-radius: var(--toolbarbutton-border-radius); --tab-border-radius: var(--toolbarbutton-border-radius);
} }
} }
@supports -moz-bool-pref("userChrome.rounding.square_dialog") {
.dialogBox {
border-radius: 0 !important;
}
}
@supports -moz-bool-pref("userChrome.rounding.square_panel") { @supports -moz-bool-pref("userChrome.rounding.square_panel") {
:root { :root {
--arrowpanel-border-radius: 0 !important; --arrowpanel-border-radius: 0 !important;

View file

@ -35,6 +35,12 @@
} }
} }
@include Option("userChrome.rounding.square_dialog") {
.dialogBox {
border-radius: 0 !important;
}
}
@include Option("userChrome.rounding.square_panel") { @include Option("userChrome.rounding.square_panel") {
:root { :root {
--arrowpanel-border-radius: 0 !important; --arrowpanel-border-radius: 0 !important;

View file

@ -120,6 +120,7 @@ user_pref("userChrome.rounding.square_tab", false);
// user_pref("userChrome.combined.sub_button.as_normal", true); // user_pref("userChrome.combined.sub_button.as_normal", true);
// user_pref("userChrome.rounding.square_button", true); // user_pref("userChrome.rounding.square_button", true);
// user_pref("userChrome.rounding.square_dialog", true);
// user_pref("userChrome.rounding.square_panel", true); // user_pref("userChrome.rounding.square_panel", true);
// user_pref("userChrome.rounding.square_panelitem", true); // user_pref("userChrome.rounding.square_panelitem", true);
// user_pref("userChrome.rounding.square_menupopup", true); // user_pref("userChrome.rounding.square_menupopup", true);