fix zoom reset button, menubar, moving tabs

This commit is contained in:
bmFtZQ 2021-12-06 09:40:15 +08:00
parent 837a6e6539
commit 1dea5bc95a
4 changed files with 17 additions and 10 deletions

View file

@ -78,8 +78,7 @@
}
/* preferences */
@-moz-document url-prefix(about:preferences),
url-prefix(about:addons) {
@-moz-document url-prefix(about:preferences), url-prefix(about:addons) {
.category[selected] {
position: relative !important;
border-radius: 4px !important;

View file

@ -1,8 +1,7 @@
/* EdgeFr-Fox by bmFtZQ - content/newtab.css */
/* colours */
@-moz-document url-prefix("about:newtab"),
url-prefix("about:home") {
@-moz-document url-prefix("about:newtab"), url-prefix("about:home") {
body:not([lwt-newtab], [lwt-newtab-brighttext]) {
--newtab-background-color: #F7F7F7 !important;
--newtab-background-color-secondary: #fff !important;
@ -49,9 +48,7 @@ url-prefix("about:home") {
}
}
@-moz-document url-prefix("about:newtab"),
url-prefix("about:home") {
@-moz-document url-prefix("about:newtab"), url-prefix("about:home") {
/* hide pin */
.icon.icon-pin-small {
display: none !important;