mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-07 06:21:10 -08:00
Add: Rounding - Dialog
This commit is contained in:
parent
3ba63bc1e0
commit
a45bdb1c48
3 changed files with 12 additions and 0 deletions
|
|
@ -3082,6 +3082,11 @@
|
|||
--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") {
|
||||
:root {
|
||||
--arrowpanel-border-radius: 0 !important;
|
||||
|
|
|
|||
|
|
@ -35,6 +35,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.rounding.square_dialog") {
|
||||
.dialogBox {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.rounding.square_panel") {
|
||||
:root {
|
||||
--arrowpanel-border-radius: 0 !important;
|
||||
|
|
|
|||
1
user.js
1
user.js
|
|
@ -120,6 +120,7 @@ user_pref("userChrome.rounding.square_tab", false);
|
|||
// user_pref("userChrome.combined.sub_button.as_normal", 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_panelitem", true);
|
||||
// user_pref("userChrome.rounding.square_menupopup", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue