From 1fa368117bf00ecef516e4386a9969892d6bb123 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 10 Aug 2020 13:43:04 +0200 Subject: [PATCH] findbar.css: new file --- src/userChrome/findbar.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/userChrome/findbar.css diff --git a/src/userChrome/findbar.css b/src/userChrome/findbar.css new file mode 100644 index 0000000..4add724 --- /dev/null +++ b/src/userChrome/findbar.css @@ -0,0 +1,25 @@ +/* Copyright 2020 Oliver Smith + SPDX-License-Identifier: GPL-3.0-or-later */ + +/* Findbar */ +[anonid="findbar-textbox-wrapper"] { + min-width: 160px; + width: 160px; +} +input.findbar-textbox { + max-width: 100px; + min-width: 100px; + width: 100px; +} +.findbar-button { + font-size: 6pt; +} +/* Save space */ +.findbar-match-diacritics, +.findbar-entire-word, +.found-matches, +.findbar-find-status, +.find-status-icon +{ + display: none; +}