urlbar.css: add rules for FF 68 ESR
This commit is contained in:
parent
88befd38b9
commit
61977c2570
1 changed files with 14 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Smaller font: show more of the URL */
|
/* Smaller font: show more of the URL */
|
||||||
#urlbar-input {
|
#urlbar-input,
|
||||||
|
input.urlbar-input /* FF 68 ESR */ {
|
||||||
font-size: 9pt !important;
|
font-size: 9pt !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -47,3 +48,15 @@
|
||||||
margin-left: -50px !important;
|
margin-left: -50px !important;
|
||||||
margin-right: -25px !important;
|
margin-right: -25px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FF 68 ESR: does not have the exceeding urlbar, needs this padding to look good */
|
||||||
|
input.urlbar-input {
|
||||||
|
padding-left: 5px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* FF 68 ESR: hide buttons inside the right of the urlbar, which are reachable from the "..." menu too */
|
||||||
|
#pocket-button-box,
|
||||||
|
#star-button-box,
|
||||||
|
.urlbar-history-dropmarker {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue