findbar.css: use [anonid="findbar-textbox"]
This works in FF 68 ESR too, the previous rule did not.
This commit is contained in:
parent
61977c2570
commit
f3daef8ea0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
min-width: 160px;
|
min-width: 160px;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
}
|
}
|
||||||
input.findbar-textbox {
|
[anonid="findbar-textbox"] {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
|
Loading…
Reference in a new issue