2020-08-10 11:43:04 +00:00
|
|
|
/* Copyright 2020 Oliver Smith
|
|
|
|
SPDX-License-Identifier: GPL-3.0-or-later */
|
|
|
|
|
|
|
|
/* Findbar */
|
|
|
|
[anonid="findbar-textbox-wrapper"] {
|
|
|
|
min-width: 160px;
|
|
|
|
width: 160px;
|
|
|
|
}
|
2020-08-10 17:44:59 +00:00
|
|
|
[anonid="findbar-textbox"] {
|
2020-08-10 11:43:04 +00:00
|
|
|
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;
|
|
|
|
}
|