mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-04 14:30:39 -08:00
Fix: Rounding - Square field apply for urlbar, searchbar
This commit is contained in:
parent
c738e01009
commit
b456d5ca06
2 changed files with 10 additions and 0 deletions
|
|
@ -3271,6 +3271,11 @@
|
|||
html|input {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
#urlbar-background,
|
||||
#searchbar {
|
||||
--toolbarbutton-border-radius: 0;
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.rounding.square_checklabel") {
|
||||
.checkbox-check,
|
||||
|
|
|
|||
|
|
@ -56,6 +56,11 @@
|
|||
html|input {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
#urlbar-background,
|
||||
#searchbar {
|
||||
--toolbarbutton-border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.rounding.square_checklabel") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue