From f3daef8ea067713eef8ab52774f371579e352f3f Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 10 Aug 2020 19:44:59 +0200 Subject: [PATCH] findbar.css: use [anonid="findbar-textbox"] This works in FF 68 ESR too, the previous rule did not. --- src/userChrome/findbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userChrome/findbar.css b/src/userChrome/findbar.css index 4add724..f3980a0 100644 --- a/src/userChrome/findbar.css +++ b/src/userChrome/findbar.css @@ -6,7 +6,7 @@ min-width: 160px; width: 160px; } -input.findbar-textbox { +[anonid="findbar-textbox"] { max-width: 100px; min-width: 100px; width: 100px;