findbar.css: new file
This commit is contained in:
parent
b03ff4fbc8
commit
1fa368117b
1 changed files with 25 additions and 0 deletions
25
src/userChrome/findbar.css
Normal file
25
src/userChrome/findbar.css
Normal file
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in a new issue