mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-05 15:00:41 -08:00
parent
1bf6025854
commit
2e9ebfb3a1
2 changed files with 22 additions and 0 deletions
|
|
@ -2843,6 +2843,16 @@
|
|||
--panel-border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("about:addons") {
|
||||
panel-list {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
@-moz-document url-prefix("about:logins") {
|
||||
.menu {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
@-moz-document url("about:home"), url("about:newtab") {
|
||||
.context-menu {
|
||||
border-radius: 0 !important;
|
||||
|
|
|
|||
|
|
@ -92,6 +92,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include moz-document(url-prefix "about:addons") {
|
||||
panel-list {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include moz-document(url-prefix "about:logins") {
|
||||
.menu {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include moz-document(url "about:home", url "about:newtab") {
|
||||
.context-menu {
|
||||
border-radius: 0 !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue