Remove FF 68 specific code and mentions
This version isn't supported by Mozilla anymore, so drop related configuration.
This commit is contained in:
parent
8ffc75757f
commit
5024266a1b
2 changed files with 2 additions and 16 deletions
|
@ -29,8 +29,7 @@
|
|||
}
|
||||
|
||||
/* Smaller font: show more of the URL */
|
||||
#urlbar-input,
|
||||
input.urlbar-input /* FF 68 ESR */ {
|
||||
#urlbar-input {
|
||||
font-size: 9pt !important;
|
||||
}
|
||||
|
||||
|
@ -48,15 +47,3 @@ input.urlbar-input /* FF 68 ESR */ {
|
|||
margin-left: -50px !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…
Add table
Add a link
Reference in a new issue