fix zoom reset button, menubar, moving tabs
This commit is contained in:
parent
837a6e6539
commit
1dea5bc95a
4 changed files with 17 additions and 10 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue