mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 15:00:32 -08:00
Fix: Rounding - Clear history infobox from menu bar
This commit is contained in:
parent
5e1bf1a1f3
commit
643a8ad291
2 changed files with 11 additions and 0 deletions
5
css/leptonChrome.css
generated
5
css/leptonChrome.css
generated
|
|
@ -3199,6 +3199,11 @@
|
|||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.rounding.square_infobox") {
|
||||
#sanitizeEverythingWarningBox {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.rounding.square_toolbar") {
|
||||
:root {
|
||||
--uc-rounding-toolbar: 0;
|
||||
|
|
|
|||
|
|
@ -65,6 +65,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.rounding.square_infobox") {
|
||||
#sanitizeEverythingWarningBox {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.rounding.square_toolbar") {
|
||||
:root {
|
||||
--uc-rounding-toolbar: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue